Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit47082fa

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 newSLRU subdirectory, pg_serial. While we're at it, document what pg_serial is.
1 parentdafaa3e commit47082fa

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-
#defineCATALOG_VERSION_NO201102011
56+
#defineCATALOG_VERSION_NO201102081
5757

5858
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp