Re: [PATCHES] Add GUC setting to make created tables default to

2003-11-24 Thread Hans-Jürgen Schönig
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

[PATCHES] (Modified) Patch request for PostgreSQL 7.4 for HP-UX IA-64

2003-11-24 Thread ViSolve Open Source Team
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

Re: [PATCHES] preliminary: logical column order

2003-11-24 Thread Manfred Koizar
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