pgsql: Issue a warning during the creation of hash indexes - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Issue a warning during the creation of hash indexes
Date
Msg-id E1XRovB-0004ds-Bh@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Issue a warning during the creation of hash indexes

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/84aa8ba128a08e6fdebb2497c7a79ebf18093e12

Modified Files
--------------
src/backend/commands/indexcmds.c               |    4 ++++
src/test/regress/expected/create_index.out     |    4 ++++
src/test/regress/expected/enum.out             |    1 +
src/test/regress/expected/macaddr.out          |    1 +
src/test/regress/expected/replica_identity.out |    1 +
src/test/regress/expected/uuid.out             |    1 +
6 files changed, 12 insertions(+)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix thinko in 0709b7ee72e4bc71ad07b7120acd117265ab51d0.
Next
From: Bruce Momjian
Date:
Subject: pgsql: Implement mxid_age() to compute multi-xid age