mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +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:
@ -3,7 +3,7 @@
|
||||
* commit_ts.c
|
||||
* PostgreSQL commit timestamp manager
|
||||
*
|
||||
* This module is a pg_clog-like system that stores the commit timestamp
|
||||
* This module is a pg_xact-like system that stores the commit timestamp
|
||||
* for each transaction.
|
||||
*
|
||||
* XLOG interactions: this module generates an XLOG record whenever a new
|
||||
|
Reference in New Issue
Block a user