mirror of
https://github.com/postgres/postgres.git
synced 2025-11-29 23:43:17 +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:
@@ -224,7 +224,7 @@ TransactionIdDidAbort(TransactionId transactionId)
|
||||
* True iff transaction associated with the identifier is currently
|
||||
* known to have either committed or aborted.
|
||||
*
|
||||
* This does NOT look into pg_clog but merely probes our local cache
|
||||
* This does NOT look into pg_xact but merely probes our local cache
|
||||
* (and so it's not named TransactionIdDidComplete, which would be the
|
||||
* appropriate name for a function that worked that way). The intended
|
||||
* use is just to short-circuit TransactionIdIsInProgress calls when doing
|
||||
|
||||
Reference in New Issue
Block a user