8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dafaa3e commit 47082faCopy full SHA for 47082fa
doc/src/sgml/storage.sgml
@@ -82,6 +82,11 @@ Item
82
<entry>Subdirectory containing LISTEN/NOTIFY status data</entry>
83
</row>
84
85
+<row>
86
+ <entry><filename>pg_subtrans</></entry>
87
+ <entry>Subdirectory containing information about committed serializable transactions</entry>
88
+</row>
89
+
90
<row>
91
<entry><filename>pg_stat_tmp</></entry>
92
<entry>Subdirectory containing temporary files for the statistics
src/include/catalog/catversion.h
@@ -53,6 +53,6 @@
53
*/
54
55
/* yyyymmddN */
56
-#define CATALOG_VERSION_NO 201102011
+#define CATALOG_VERSION_NO 201102081
57
58
#endif
0 commit comments