Neil Conway wrote:
Hans-Jürgen Schönig <[EMAIL PROTECTED]> writes:
I have attaches a patch against 7.4.0 which contains the
implementation of the following todo item.
I sent a proposal for this functionality to -hackers a month or so
ago, and implemented it a couple days later -- it was sent to
Subject: PostgreSQL Patch: Modified Test-and-set
routine for HP-UX (IA-64) specifically for the HP-C compiler
With reference to Tom Lane's response to our previous patch request
(at
http://archives.postgresql.org/pgsql-bugs/2003-10/msg00149.php)this
is a modified and more focussed patch re
On Fri, 21 Nov 2003 03:09:02 -0500, Neil Conway <[EMAIL PROTECTED]> wrote:
>attachment; filename=weird_regression.diffs
This was caused by a small oversight in ALTER TABLE ... ADD COLUMN:
diff -ruN ../base/src/backend/commands/tablecmds.c src/backend/commands/tablecmds.c
--- ../base/src/backend/c