mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
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.
This commit is contained in:
@ -82,6 +82,11 @@ Item
|
||||
<entry>Subdirectory containing LISTEN/NOTIFY status data</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><filename>pg_subtrans</></entry>
|
||||
<entry>Subdirectory containing information about committed serializable transactions</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><filename>pg_stat_tmp</></entry>
|
||||
<entry>Subdirectory containing temporary files for the statistics
|
||||
|
Reference in New Issue
Block a user