From:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To:
Jan Urbański <wulczer(at)wulczer(dot)org>
Cc:
Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org,
Shigeru HANADA <hanada(at)metrosystems(dot)co(dot)jp>
Subject:
Re: autogenerating error code lists (was Re: [COMMITTERS] pgsql: Add foreign data wrapper error code values for SQL/MED.)
Date:
2011-01-11 17:59:36
Message-ID:
1817.1294768776@sss.pgh.pa.us (view raw or flat )
Thread:
2010-12-25 18:58:07 from Robert Haas <rhaas(at)postgresql(dot)org>
2010-12-25 20:39:10 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-12-26 04:55:06 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-12-26 13:03:27 from Jan Urbański <wulczer(at)wulczer(dot)org>
2010-12-26 14:29:19 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-12-26 17:17:41 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-12-26 19:14:39 from Jan Urbański <wulczer(at)wulczer(dot)org>
2010-12-26 19:33:15 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-12-26 19:45:10 from Jan Urbański <wulczer(at)wulczer(dot)org>
2010-12-26 19:57:26 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-12-26 20:09:50 from Jan Urbański <wulczer(at)wulczer(dot)org>
2010-12-26 20:14:52 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-12-26 20:17:15 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-12-26 20:33:24 from Jan Urbański <wulczer(at)wulczer(dot)org>
2010-12-28 11:25:48 from Jan Urbański <wulczer(at)wulczer(dot)org>
2011-01-11 15:05:10 from Jan Urbański <wulczer(at)wulczer(dot)org>
2011-01-11 16:11:37 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-01-11 17:37:15 from Jan Urbański <wulczer(at)wulczer(dot)org>
2011-01-11 17:59:36 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-01-11 20:21:05 from Jan Urbański <wulczer(at)wulczer(dot)org>
2011-01-12 18:57:26 from Jan Urbański <wulczer(at)wulczer(dot)org>
2011-01-12 22:10:18 from Jan Urbański <wulczer(at)wulczer(dot)org>
2011-01-30 22:08:12 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-01-30 22:23:39 from Jan Urbański <wulczer(at)wulczer(dot)org>
2011-01-30 22:33:17 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-01-30 22:47:07 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-01-30 22:55:51 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-01-30 23:19:54 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-01-30 23:27:57 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-02-04 03:37:13 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-12-26 20:27:11 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-12-26 21:18:23 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-12-27 02:38:00 from Robert Haas <robertmhaas(at)gmail(dot)com>
Lists:
pgsql-committers pgsql-hackers
=?UTF-8?B?SmFuIFVyYmHFhHNraQ==?= <wulczer(at)wulczer(dot)org> writes:
> On 11/01/11 17:11, Tom Lane wrote:
>> Huh? Why in the world would the specific location of the #include have
>> anything to do with the problem?
> I'v having a hard time convincing make to generate errcodes.h before
> compiling any .c file that includes postgres.h. The only way I found was
> to make src/include/errcodes.h a dependancy of the all target.
Peter would probably be a better person than me to answer that, but I
imagine that what you want is similar to what src/backend/Makefile does
for parser/gram.h, only applied at the src/ level or maybe even the
root.
regards, tom lane
In response to
Responses
pgsql-hackers by date
Next :From: Florian PflugDate: 2011-01-11 18:08:07
Subject : Re: SSI and 2PC
Previous :From : Tom LaneDate : 2011-01-11 17:45:02
Subject : Re: Streaming base backups
pgsql-committers by date
Next :From: Tom LaneDate: 2011-01-11 18:42:12
Subject : pgsql: Adjust basebackup.c to suppress compiler warnings.
Previous :From : Jan UrbańskiDate : 2011-01-11 17:37:15
Subject : Re: autogenerating error code lists (was Re: [COMMITTERS]
pgsql: Add foreign data wrapper error code values for SQL/MED.)