[pgsql-patches] Re: [HACKERS] [BUGS] BUG #2907: pg_get_serial_sequence quoting

2007-01-29 Thread Bruce Momjian
Adriaan van Os wrote: > Tom Lane wrote: > > Bruce Momjian <[EMAIL PROTECTED]> writes: > >>> I presume the reason for that is that the first paramater can be > >>> qualified: > >>> select pg_get_serial_sequence('"public"."FOO"', 'Ff1'); > > > >> Would someone explain why qualification makes us lowe

Re: [pgsql-patches] [ADMIN] server process (PID xxx) was

2007-01-29 Thread Bruce Momjian
David Fetter wrote: > On Sun, Jan 28, 2007 at 05:02:24PM -0500, Bruce Momjian wrote: > > Peter Eisentraut wrote: > > > Tom Lane wrote: > > > > I don't like that because it parenthesizes the most important part of > > > > the message, which is a style-guideline violation at least in spirit. > > > >

Re: [pgsql-patches] [ADMIN] server process (PID xxx) was

2007-01-29 Thread Bruce Momjian
Peter Eisentraut wrote: > Tom Lane wrote: > > I don't like that because it parenthesizes the most important part of > > the message, which is a style-guideline violation at least in spirit. > > How about > > > > ... terminated by signal 10: Bus error > > I like that. Patch attached an

[pgsql-patches] Fixed shared_preload_libraries on Win32

2007-01-29 Thread korryd
This patch fixes shared_preload_libraries on Windows hosts. It forces ach backend to re-load all shared_preload_libraries. (see http://archives.postgresql.org/pgsql-hackers/2007-01/msg01498.php for discussion) -- Korry -- Korry Douglas[EMAIL PROTECTED] EnterpriseDB h

Re: [pgsql-patches] Autovacuum launcher patch

2007-01-29 Thread Markus Schiltknecht
Alvaro Herrera wrote: Hmm, I remember eyeballing that code. Would you mind sending me an URL to that file, or something? Or maybe send me the files themselves? Sure, here's a patch against current CVS. Please remove all the functions referencing to "buffer" and "buffer.h" to compile. Remem

Re: [pgsql-patches] Autovacuum launcher patch

2007-01-29 Thread Alvaro Herrera
Tom Lane wrote: > Alvaro Herrera <[EMAIL PROTECTED]> writes: > > The launcher is a dummy process; it never connects to any database. > > ... Eventually this will need to > > be changed so that the launcher tells the worker exactly what table to > > work on. > > I detect a certain lack of clarity

[pgsql-patches] pg_dump missing arguments in docs

2007-01-29 Thread Magnus Hagander
This patch adds documentation for the long-version parameters --username and --password for pg_dump, pg_dumpall and pg_restore, per complaint by Michael Schmidt. //Magnus Index: doc/src/sgml/ref/pg_dump.sgml === RCS file: c:/prog/cvsr