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 16:11:37
Message-ID:
18796.1294762297@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:
>> I tried wiring it into the build system, but failed, I can't figure out
>> which Makefiles should be updated in order to make errcodes.h and
>> plerrcodes.h generated headers. Could someone help with that?
> Trying a bit harder to make src/include/utils/errcodes.h a generated
> file I found that it's included so early it makes the task not trivial
> at all. postgres.h includes elog.h, which includes errcodes.h (after
> defining the MAKE_SQLSTATE macro). I'm not sure how to proceed:
Huh? Why in the world would the specific location of the #include have
anything to do with the problem?
regards, tom lane
In response to
Responses
pgsql-hackers by date
Next :From: Tom LaneDate: 2011-01-11 16:17:45
Subject : Re: Bug in pg_describe_object
Previous :From : Tom LaneDate : 2011-01-11 16:03:42
Subject : Re: Fwd: [TESTERS] [TEST REPORT] 9.1Alpha3 Feature E.1.4.7.2 in release notes.
pgsql-committers by date
Next :From: Tom LaneDate: 2011-01-11 17:13:43
Subject : pgsql: Tweak create_index_paths()'s test for whether to consider abitm
Previous :From : Jan UrbańskiDate : 2011-01-11 15:05:10
Subject : Re: autogenerating error code lists (was Re: [COMMITTERS]
pgsql: Add foreign data wrapper error code values for SQL/MED.)