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

Started by Tom Laneover 17 years ago2 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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)

#2Andrew Dunstan
andrew@dunslane.net
In reply to: Tom Lane (#1)
Re: pgsql: Fix various confusions of pointers and OIDs, unsafe assumptions

Tom Lane wrote:

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

It might fix some. I doubt it will fix the MSVC issues, though. There
doesn't appear to have been any effort at all to make the SQL/MED patch
work with MSVC, despite your words earlier in the week.

cheers

andrew