pgsql: The CONSTROID syscache should show conrelid as a relation OID - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: The CONSTROID syscache should show conrelid as a relation OID
Date
Msg-id 20080507014604.6D0ED7559DA@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
The CONSTROID syscache should show conrelid as a relation OID column.
Not clear that there's any observable bug at present from this omission,
but it seems like something to fix going forward.

Modified Files:
--------------
    pgsql/src/backend/utils/cache:
        syscache.c (r1.114 -> r1.115)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/syscache.c?r1=1.114&r2=1.115)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Convert the list of syscache names from a series of #define's
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Have boolean pset values checked against typical boolean values,