[PATCHES] Some patches terminated

2004-09-10 Thread Mirko Tebaldi - Pubblico
Here is some italian .po file terminated. good work ! mirko tebaldi aka realtebo pg_controldata-it.po.bz2 Description: Binary data pg_dump-it.po.bz2 Description: Binary data pg_resetxlog-it.po.bz2 Description: Binary data pgscripts-it.po.bz2 Description: Binary data psql-it.po.bz2 Descri

[PATCHES] pg_ctl restart failed on Win32

2004-09-10 Thread Yoshiyuki Asaba
Hi, I tried to execute "pg_ctl -D data restart" on Windows XP, but I got the following message: C:\msys\1.0\home\y-asaba>pg_ctl -D data restart waiting for postmaster to shut down...LOG: received smart shutdown request. LOG: shutting down LOG: database system is shut down done postmaster stopp

Re: [PATCHES] Xid in log_line_prefix

2004-09-10 Thread Tom Lane
Alvaro Herrera <[EMAIL PROTECTED]> writes: > This trivial patch adds the transaction Id to the list of escapes > available to log_line_prefix. (Note that I used the top transaction Id, > not the current subtransaction Id, which is clearly useless for PITR > purposes.) Looks reasonable to me ...

[PATCHES] Xid in log_line_prefix

2004-09-10 Thread Alvaro Herrera
Patches, This trivial patch adds the transaction Id to the list of escapes available to log_line_prefix. (Note that I used the top transaction Id, not the current subtransaction Id, which is clearly useless for PITR purposes.) One important question is what letter to use for this. It seemed to

Re: [PATCHES] pgxs default installation + various fixes

2004-09-10 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Where are we on this? I think we're waiting on Peter to review it. regards, tom lane ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

Re: [PATCHES] pgxs default installation + various fixes

2004-09-10 Thread Bruce Momjian
Where are we on this? --- Fabien COELHO wrote: > > Dear patchers, > > This patch addresses open item "make pgxs install by default" in Bruce's > list. > > (1) "make intall" installs everything. > > (2) "make light-instal

Re: [PATCHES] contribution: namespace.sql

2004-09-10 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Uh, opinions on this? We don't normally test every feature of a > command, do we? It seemed a tad excessive to me, at least for routine regression testing. What do you think of making it a separate test script and adding it to "make bigcheck", as we di

Re: [PATCHES] contribution: namespace.sql

2004-09-10 Thread Bruce Momjian
Uh, opinions on this? We don't normally test every feature of a command, do we? --- Koju Iijima wrote: > Dear community, > > We found that one of RT items "namespace" has only few test cases. > So I added more test cases t

Re: [PATCHES] heap_modifytuple

2004-09-10 Thread Bruce Momjian
This has been saved for the 8.1 release: http:/momjian.postgresql.org/cgi-bin/pgpatches2 --- Alvaro Herrera wrote: > Patchers, > > Here is a simple patch that changes heap_modifytuple to require a > TupleDesc inste

Re: [PATCHES] [pgsql-hackers-win32] Contrib modules on Win32

2004-09-10 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it. --- Cla

Re: [PATCHES] [pgsql-hackers-win32] Contrib modules on Win32

2004-09-10 Thread Bruce Momjian
Removal of pg_logger. Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it. -

Re: [PATCHES] [HACKERS] more dirmod CYGWIN

2004-09-10 Thread Reini Urban
Bruce Momjian schrieb: I have applied all parts of your patch now. Thanks. Core builds and works fine now. (plperl IPC problems aside) But there's are still some more minor SHLIB glitches, which only affects contrib, because -lpgport is missing for various dll's. SHLIB_LINK doesn't contain the libs

Re: [PATCHES] [HACKERS] more dirmod CYGWIN

2004-09-10 Thread Bruce Momjian
I have applied all parts of your patch now. --- Reini Urban wrote: > Reini Urban schrieb: > > [BTW: there's no need to cc all, I'm subscribed to most lists] > > Reini Urban schrieb: > >> Bruce Momjian schrieb: > >>> Andrew D

Re: [PATCHES] [HACKERS] more dirmod CYGWIN

2004-09-10 Thread Reini Urban
Reini Urban schrieb: [BTW: there's no need to cc all, I'm subscribed to most lists] Reini Urban schrieb: Bruce Momjian schrieb: Andrew Dunstan wrote: Reini Urban wrote: FYI: WIN32 is also defined because is included. (/usr/incluse/w32api/windef.h) If you want this or that, do proper nesting, and

Re: [PATCHES] psql tab-completion improvements

2004-09-10 Thread Gaetano Mendola
Bruce Momjian wrote: Neil Conway wrote: Bruce Momjian wrote: Is this for 8.0? Seems it is fixes. Personally, I think it is more feature work than fixes. But I wouldn't object to committing it to HEAD in time for 8.0, because it is likely low-impact. That was my feeling. Part fix, part low impa