From: | heikki(at)postgresql(dot)org (Heikki Linnakangas) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Don't use OidIsValid to check the return value of |
Date: | 2008-12-20 09:40:56 |
Message-ID: | 20081220094056.7319A7563FE@cvs.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Log Message:
-----------
Don't use OidIsValid to check the return value of transformGenericOptions,
because transformGenericOptions returns an array, not an Oid. I'm not
sure if this fixes the crashes seen in buildfarm, but it should be fixed
anyway.
Modified Files:
--------------
pgsql/src/backend/commands:
foreigncmds.c (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/foreigncmds.c?r1=1.1&r2=1.2)
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2008-12-20 09:44:25 | Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any |
Previous Message | Sergey E. Koposov | 2008-12-20 07:34:22 | Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any |
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2008-12-20 09:44:25 | Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any |
Previous Message | Heikki Linnakangas | 2008-12-20 09:10:21 | Re: Hot standby and b-tree killed items |