mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03:00
Rename "pg_clog" directory to "pg_xact".
Names containing the letters "log" sometimes confuse users into believing that only non-critical data is present. It is hoped this renaming will discourage ill-considered removals of transaction status data. Michael Paquier Discussion: http://postgr.es/m/CA+Tgmoa9xFQyjRZupbdEFuwUerFTvC6HjZq1ud6GYragGDFFgA@mail.gmail.com
This commit is contained in:
@@ -76,7 +76,7 @@ typedef struct SlruSharedData
|
||||
/*
|
||||
* Optional array of WAL flush LSNs associated with entries in the SLRU
|
||||
* pages. If not zero/NULL, we must flush WAL before writing pages (true
|
||||
* for pg_clog, false for multixact, pg_subtrans, pg_notify). group_lsn[]
|
||||
* for pg_xact, false for multixact, pg_subtrans, pg_notify). group_lsn[]
|
||||
* has lsn_groups_per_page entries per buffer slot, each containing the
|
||||
* highest LSN known for a contiguous group of SLRU entries on that slot's
|
||||
* page.
|
||||
@@ -119,7 +119,7 @@ typedef struct SlruCtlData
|
||||
SlruShared shared;
|
||||
|
||||
/*
|
||||
* This flag tells whether to fsync writes (true for pg_clog and multixact
|
||||
* This flag tells whether to fsync writes (true for pg_xact and multixact
|
||||
* stuff, false for pg_subtrans and pg_notify).
|
||||
*/
|
||||
bool do_fsync;
|
||||
|
Reference in New Issue
Block a user