pgsql: Update comment for pg_constraint.conindid to mention that it's - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Update comment for pg_constraint.conindid to mention that it's
Date
Msg-id 20100311033622.5C5C37541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Update comment for pg_constraint.conindid to mention that it's used for
exclusion constraints.  Not sure how we managed to update the comment for
it in catalogs.sgml but miss this one.

Modified Files:
--------------
    pgsql/src/include/catalog:
        pg_constraint.h (r1.38 -> r1.39)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_constraint.h?r1=1.38&r2=1.39)

pgsql-committers by date:

Previous
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Fix incorrect comment about permissions checking being done in
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Simplify a couple of pg_dump and psql \d queries about index