Re: CREATE FOREGIN TABLE LACUNA - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: CREATE FOREGIN TABLE LACUNA
Date
Msg-id 1340224783-sup-3427@alvh.no-ip.org
Whole thread Raw
In response to Re: CREATE FOREGIN TABLE LACUNA  (Thom Brown <thom@linux.com>)
List pgsql-hackers

The patch uses literals such as 'r' to identify the relkind values.
This should be using RELKIND_RELATION et al instead -- see
src/include/catalog/pg_class.h.

Other than that, it seems simple enough ...

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Marko Kreen
Date:
Subject: Re: libpq compression
Next
From: Dimitri Fontaine
Date:
Subject: Re: Event Triggers reduced, v1