Re: [HACKERS] ECPG: pg_type.h file is not synced - Mailing list pgsql-hackers

From Michael Meskes
Subject Re: [HACKERS] ECPG: pg_type.h file is not synced
Date
Msg-id 2ec0c867-a0cd-7537-13ed-8053822e4ea1@postgresql.org
Whole thread Raw
In response to [HACKERS] ECPG: pg_type.h file is not synced  (vinayak <Pokale_Vinayak_q3@lab.ntt.co.jp>)
Responses Re: [HACKERS] ECPG: pg_type.h file is not synced  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Hi,

> I am looking at ECPG source code. In the "ecpg/ecpglib/pg_type.h" file I
> have seen following comment:
> 
> ** keep this in sync with src/include/catalog/pg_type.h*
> 
> But I think the "ecpg/ecpglib/pg_type.h" file is currently not synced
> with the above file.
> 
> I have added the remaining types in the attached patch.
> 
> I would like to know whether we can add remaining types in the
> "ecpg/ecpglib/pg_type.h" file or not?

It's not too big a deal as neither of the new OIDs is used in ecpg, but
still, the file should be up to date.

Thanks for the patch, committed.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Meskes at (Debian|Postgresql) dot Org
Jabber: michael at xmpp dot meskes dot org
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL



pgsql-hackers by date:

Previous
From: vinayak
Date:
Subject: [HACKERS] ECPG: pg_type.h file is not synced
Next
From: David Rowley
Date:
Subject: Re: [HACKERS] Regression in join selectivity estimations when usingforeign keys