pgsql: Fix various confusions of pointers and OIDs, unsafe assumptions

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix various confusions of pointers and OIDs, unsafe assumptions
Date: 2008-12-20 15:51:28
Message-ID: 20081220155128.2E2827563FE@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix various confusions of pointers and OIDs, unsafe assumptions about nulls,
etc. I think this will fix the current buildfarm issues ...

Modified Files:
--------------
pgsql/src/backend/commands:
foreigncmds.c (r1.2 -> r1.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/foreigncmds.c?r1=1.2&r2=1.3)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-12-20 15:55:56 Re: [COMMITTERS] pgsql: Don't use OidIsValid to check the return value of
Previous Message Martin Pihlak 2008-12-20 15:27:30 Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any