fix recent WITH OIDS bug

From: Neil Conway <neilc(at)samurai(dot)com>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: fix recent WITH OIDS bug
Date: 2004-01-22 20:48:14
Message-ID: 87zncfhfqp.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
hasoids-enum-fix-3.patch text/x-patch 4.7 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-01-22 21:13:50 Re: fix recent WITH OIDS bug
Previous Message Dennis Bjorklund 2004-01-22 16:42:02 Show function parameter names in information schema