mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +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:
@@ -2472,7 +2472,7 @@ deleted:
|
||||
*/
|
||||
|
||||
/*
|
||||
* Update pg_database.datfrozenxid, and truncate pg_clog if possible. We
|
||||
* Update pg_database.datfrozenxid, and truncate pg_xact if possible. We
|
||||
* only need to do this once, not after each table.
|
||||
*
|
||||
* Even if we didn't vacuum anything, it may still be important to do
|
||||
|
Reference in New Issue
Block a user