Bug#798626: perl: -V lies about -Duseshrplib

2020-06-06 Thread Tom Lane
he Postgres mailing list discussion about this at https://www.postgresql.org/message-id/flat/20200606222017.GA2564110%40rfd.leadboat.com regards, tom lane

Bug#616180: Old GCC bug affecting postgresql error handling

2013-11-06 Thread Tom Lane
Ian Jackson writes: > Tom Lane writes ("Re: Old GCC bug affecting postgresql error handling"): >> I wonder whether the gcc folk reconsidered and fixed the problem >> somewhere between 4.1.x and 4.4.x. I've seen them reverse course >> before on what was or wa

Bug#616180: Old GCC bug affecting postgresql error handling

2013-11-05 Thread Tom Lane
(see below) than postgresql, but failed (on 32-bit sparc with > gcc 4.4.5-8, Debian squeeze). I wonder whether the gcc folk reconsidered and fixed the problem somewhere between 4.1.x and 4.4.x. I've seen them reverse course before on what was or wasn't a bug.

Bug#718604: [rlw...@sdf.org: Bug#718604: libjpeg-progs: djpeg broken for some jpegs]

2013-08-03 Thread Tom Lane
a file format like TIFF that is able to carry the necessary auxiliary info about which CMYK inks are meant. JFIF can't do this, and that's fine --- it was never meant to be all things to all people. regards, tom lane -- To UNSUBSCRIBE, email to debian-bugs-dist-requ..

Bug#612888: [BUGS] [PATCH] ident authentication fails on kFreeBSD/x86-64 due to wrong struct size

2011-05-29 Thread Tom Lane
what the code looks like now. The subsequent whacking around of the backend cmsgmem declaration was documented as fixing problems on NetBSD and then OpenBSD. If it's true as per the libpq comment that only FreeBSD needs the client-side cmsgmem buffer, this might not have gotten reteste

Bug#612888: [BUGS] [PATCH] ident authentication fails on kFreeBSD/x86-64 due to wrong struct size

2011-05-29 Thread Tom Lane
nch of auth_peer gets compiled...) regards, tom lane -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#616180: [BUGS] [patch] test failure on sparc64 due to undefined division by zero behaviour

2011-03-11 Thread Tom Lane
rn too. This is nothing but a band-aid for a non-standards-compliant optimizer. regards, tom lane -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#522477: [png-mng-implement] Bug#522477: inkscape: FTBFS: pngconf.h:328: error: expected constructor, destructor, or type conversion before '.' token

2009-04-11 Thread Tom Lane
er current thread. http://sourceforge.net/mailarchive/forum.php?thread_name=1806.1239115719%40sss.pgh.pa.us&forum_name=png-mng-implement As far as I can see the consensus is that nothing much can be done about this in libpng 1.2.x. We could possibly fix it in 1.4 by making incompatible c

Bug#506196: [BUGS] Debian Bug#506196: postgresql: consume too much power when idle (>10 wakeups/second)

2009-01-04 Thread Tom Lane
be nice to have a plan for improving things though. regards, tom lane -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#390730: [BUGS] Fwd: Bug#390730: postgresql-8.1: segfaults on huge litteral IN clauses

2006-10-07 Thread Tom Lane
ervatively small and unlikely to risk crashes. However, it may be too small to allow execution of complex functions. So if the OP wants to use huge IN clauses, he has to both increase max_stack_depth and adjust the ulimit that the postmaster runs under. regards, tom

Bug#372115: [BUGS] Bug#372115: Last security update of postgresql-contrib breaks database replication with DBMirror.pl

2006-06-27 Thread Tom Lane
uld be correct, for example. I'm wondering whether this thing is really still used in practice, and whether we shouldn't be deprecating it in favor of Slony. As far as I can tell from the CVS logs, dbmirror per se hasn't been touched since 2004 --- all subsequent edits have been part o

Bug#351571: [HACKERS] Adding an ignore list to pg_restore

2006-02-18 Thread Tom Lane
store keeps going. regards, tom lane -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#342369: [GENERAL] PostgreSQL 8.1.0 RHEL / Debian incompatible

2005-12-13 Thread Tom Lane
regards, tom lane -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#325114: [BUGS] Fwd: Bug#325114: Postgres Rolling back for no reason

2005-10-30 Thread Tom Lane
ps what's really happening here is that RAM drops a bit after a period of time. regards, tom lane -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#333854: [PATCHES] [BUGS] Bug#333854: pg_group file update problems

2005-10-14 Thread Tom Lane
Bruce Momjian writes: > OK, updated patch. I was sort of hoping that you would make the comments agree with the code... regards, tom lane -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#333854: [PATCHES] [BUGS] Bug#333854: pg_group file update problems

2005-10-14 Thread Tom Lane
bug, but ISTM it should stay identical). regards, tom lane -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#333854: [BUGS] Bug#333854: pg_group file update problems

2005-10-14 Thread Tom Lane
rge, poorly tested patch into the back branches. regards, tom lane -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#291962: [BUGS] Insecure temporary file usage in developer/build tools

2005-01-24 Thread Tom Lane
Martin Pitt <[EMAIL PROTECTED]> writes: > Used in build, fixed for Debian (see attached patch): > postgresql-7.4.6/src/backend/catalog/genbki.sh > postgresql-7.4.6/src/test/bench/perquery AFAICS these were fixed some time ago in our CVS. regards, to