Re: Small FK patch to deal with tables without oids

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Small FK patch to deal with tables without oids
Date: 2001-11-09 04:08:17
Message-ID: 18899.1005278897@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> writes:
> Tables without oids wouldn't be able to be
> used inside fk constraints, since some of the checks
> in the trigger did a SELECT oid. Since the oid wasn't
> actually used, I changed this to SELECT 1.

Can't believe I missed that while looking for OID dependencies :-(
Good catch!

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-11-09 04:19:26 Re: Call for objections: revision of keyword classification
Previous Message Bruce Momjian 2001-11-09 04:04:17 Re: Call for objections: revision of keyword classification

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2001-11-09 04:19:26 Re: Call for objections: revision of keyword classification
Previous Message Tom Lane 2001-11-09 04:07:05 Re: Patch for Makefile race against current cvs