diff options
| author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2011-02-08 00:24:23 +0200 |
|---|---|---|
| committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2011-02-08 00:24:23 +0200 |
| commit | 47082fa875179ae629edb26807ab3f38a775280b (patch) | |
| tree | ab50d2bb7c2fb8f24fea492ab342d6b5ed6e5732 /doc/src | |
| parent | dafaa3efb75ce1aae2e6dbefaf6f3a889dea0d21 (diff) | |
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.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/storage.sgml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index d8e3686f7d3..c2e927214f5 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -83,6 +83,11 @@ Item </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 subsystem</entry> |
