Suppress duplicate-index-entry warning introduced by previous commit.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 438df52df9bf7ade0c042e73e9c83c0a58adb5bb
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-10-28T14:00:28Z
Releases: 9.4.0
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.

Files

PathChange+/−
doc/src/sgml/lobj.sgml modified +1 −1