fix recent WITH OIDS bug - Mailing list pgsql-patches

From Neil Conway
Subject fix recent WITH OIDS bug
Date
Msg-id 87zncfhfqp.fsf@mailbox.samurai.com
Whole thread Raw
Responses Re: fix recent WITH OIDS bug  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
This patch fixes a bug I introduced in the recent CREATE TABLE AS / WITH
OIDS work. The patch should be pretty straight-forward.

The only question I have is whether analyze.c (and therefore
analyze.h) is the right place to put the new utility function
interpretOidsOption() -- can anyone suggest a better location?

Unless anyone objects, I plan to apply this within 24 hours.

-Neil

Attachment

pgsql-patches by date:

Previous
From: Dennis Bjorklund
Date:
Subject: Show function parameter names in information schema
Next
From: Tom Lane
Date:
Subject: Re: fix recent WITH OIDS bug