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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress duplicate-index-entry warning introduced by previous co
Date: 2013-10-28 14:00:33
Message-ID: E1VanMv-00027I-W7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-10-28 14:28:44 pgsql: Improve documentation about usage of FDW validator functions.
Previous Message Noah Misch 2013-10-28 02:58:52 pgsql: Add large object functions catering to SQL callers.