aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/multixact.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2017-03-17 09:46:58 -0400
committerRobert Haas <rhaas@postgresql.org>2017-03-17 09:48:38 -0400
commit88e66d193fbaf756b3cc9bf94cad116aacbb355b (patch)
treecf470d1847bd229b74340223dba532d487d7b0b1 /src/backend/access/transam/multixact.c
parentbd9028b824c9c5f97795bb6b7b6f5ce38eb69f98 (diff)
downloadpostgresql-88e66d193fbaf756b3cc9bf94cad116aacbb355b.tar.gz
postgresql-88e66d193fbaf756b3cc9bf94cad116aacbb355b.zip
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
Diffstat (limited to 'src/backend/access/transam/multixact.c')
-rw-r--r--src/backend/access/transam/multixact.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/multixact.c b/src/backend/access/transam/multixact.c
index c350dfa17fe..1a7824b5d44 100644
--- a/src/backend/access/transam/multixact.c
+++ b/src/backend/access/transam/multixact.c
@@ -3,7 +3,7 @@
* multixact.c
* PostgreSQL multi-transaction-log manager
*
- * The pg_multixact manager is a pg_clog-like manager that stores an array of
+ * The pg_multixact manager is a pg_xact-like manager that stores an array of
* MultiXactMember for each MultiXactId. It is a fundamental part of the
* shared-row-lock implementation. Each MultiXactMember is comprised of a
* TransactionId and a set of flag bits. The name is a bit historical: