Re: [PATCHES] fix compile warning in pg_id

2003-08-10 Thread Bruce Momjian
Patch applied. Thanks. --- Neil Conway wrote: > I get the following warning when I compile src/bin/pg_id/pg_id.c: > > gcc -pipe -g -Wall -Wmissing-prototypes -Wmissing-declarations > -I../../../src/include -c -o pg_id.

[PATCHES] add (minimal) UPDATE regression test

2003-08-10 Thread Neil Conway
This patch adds a new regression test for the UPDATE command. Right now all that is tested is Rod Taylor's recent addition to allow this syntax: UPDATE ... SET = DEFAULT; If anyone else would like to add more UPDATE tests, go ahead -- I just wanted to write a test for the above functionality

Re: [PATCHES] [HACKERS] IS OF

2003-08-10 Thread Tom Lane
Joe Conway <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> I'm unconvinced that the parse-time-constant implementation Lockhart >> started has anything whatever to do with the semantics the SQL99 spec >> has in mind. > Yeah - I've realized this is quite a bit harder than it seemed on the > surfa

Re: [PATCHES] logging enhancements, minor code cleanup

2003-08-10 Thread Neil Conway
On Sun, Aug 10, 2003 at 06:19:05PM -0400, Andrew Dunstan wrote: > Neil Conway wrote: > >On Sat, Aug 09, 2003 at 07:22:56PM -0400, Andrew Dunstan wrote: > Sure. Very easy. Nobody suggested it when I floated the idea of logging > session end on the hackers list, but it's a simple change. How does >