pgsql: Suppress duplicate-index-entry warning introduced by previous co - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Suppress duplicate-index-entry warning introduced by previous co
Date
Msg-id E1VanMv-00027I-W7@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Suppress duplicate-index-entry warning introduced by previous commit.

We don't need two index entries for lo_create pointing at the same section.
It's a bit pedantic for the toolchain to warn about this, but warn it does.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/438df52df9bf7ade0c042e73e9c83c0a58adb5bb

Modified Files
--------------
doc/src/sgml/lobj.sgml |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Add large object functions catering to SQL callers.
Next
From: Tom Lane
Date:
Subject: pgsql: Improve documentation about usage of FDW validator functions.