Re: [HACKERS] Last call for back-branch fixes

2005-10-13 Thread Bruce Momjian
This has been saved for the 8.2 release: http://momjian.postgresql.org/cgi-bin/pgpatches_hold --- Greg Sabino Mullane wrote: [ There is text before PGP section. ] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Re: [HACKERS] Last call for back-branch fixes

2005-10-03 Thread Greg Sabino Mullane
Index: fe-exec.c === RCS file: /projects/cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v retrieving revision 1.175 diff -c -r1.175 fe-exec.c *** fe-exec.c 24 Sep 2005 17:53:28 - 1.175 --- fe-exec.c 3 Oct 2005 12:49:08

Re: [HACKERS] Last call for back-branch fixes

2005-10-03 Thread Tom Lane
Greg Sabino Mullane [EMAIL PROTECTED] writes: ! (void) sprintf((char *) rp, %03o, *vp); ! (void) snprintf((char *) rp, 6, %03o, *vp); Hardly looks like a critical fix, or even a needed one. Why bother? regards, tom lane

Re: [HACKERS] Last call for back-branch fixes

2005-10-03 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ! (void) sprintf((char *) rp, %03o, *vp); ! (void) snprintf((char *) rp, 6, %03o, *vp); Hardly looks like a critical fix, or even a needed one. Why bother? No, not critical. Just something that

[HACKERS] Last call for back-branch fixes

2005-10-02 Thread Tom Lane
Core's current plan is to wrap update releases for 8.0, 7.4, 7.3 branches tomorrow (Monday evening North-American-east-coast time). If you're aware of any critical open problems in those branches, speak now ... regards, tom lane ---(end of