Skip to content

Commit 47082fa

Browse files
committed
Oops, forgot to bump catversion in the Serializable Snapshot Isolation patch.
I thought we didn't need that, but then I remembered that it added a new SLRU subdirectory, pg_serial. While we're at it, document what pg_serial is.
1 parent dafaa3e commit 47082fa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/src/sgml/storage.sgml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ Item
8282
<entry>Subdirectory containing LISTEN/NOTIFY status data</entry>
8383
</row>
8484

85+
<row>
86+
<entry><filename>pg_subtrans</></entry>
87+
<entry>Subdirectory containing information about committed serializable transactions</entry>
88+
</row>
89+
8590
<row>
8691
<entry><filename>pg_stat_tmp</></entry>
8792
<entry>Subdirectory containing temporary files for the statistics

src/include/catalog/catversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
*/
5454

5555
/* yyyymmddN */
56-
#define CATALOG_VERSION_NO 201102011
56+
#define CATALOG_VERSION_NO 201102081
5757

5858
#endif

0 commit comments

Comments
 (0)