On Mon, 13 Feb 2006, Stephen Frost wrote:
> * Andrew Klosterman ([EMAIL PROTECTED]) wrote:
> > (gdb) bt
> > #0 0x401c3851 in kill () from /lib/libc.so.6
> > #1 0x40139dd5 in EF_Abort () from /usr/lib/libefence.so.0
> > #2 0x40139823 in memalign () from /us
On Tue, 14 Feb 2006, Jens-Wolfhard Schicke wrote:
> --On Montag, Februar 13, 2006 21:25:30 -0500 Stephen Frost
> <[EMAIL PROTECTED]> wrote:
>
> > * Andrew Klosterman ([EMAIL PROTECTED]) wrote:
> >> > Seems kind of unlikely... What exact (.deb) versions of libpq
On Tue, 14 Feb 2006, Andrew Klosterman wrote:
> > We may be spending too much time on this one point --- as long as
> > Kerberos isn't *writing* into the zero-length alloc, there is nothing
> > illegal immoral or fattening about malloc(0). Can you get ElectricFence
>
On Tue, 14 Feb 2006, Andrew Klosterman wrote:
> On Mon, 13 Feb 2006, Stephen Frost wrote:
>
> > Hmm, alright, well, this is at least not the fault of the patch of mine
> > which was included in Debian's 8.1.2-2 Postgres release. :) You might
> > try compiling som
ADDRESS METHOD
hostssl andrew5 andrew5 172.19.130.4/32 pam passwd
--Andrew J. Klosterman
[EMAIL PROTECTED]
---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match
the real problem?
>
> regards, tom lane
Doing a "man efence" lets me know that setting the EF_ALLOW_MALLOC_0
environment variable ought to let the program continue... I'll check into
that right now!
--Andrew J. Klosterman
[EMAIL PROTECTED]
--
#x27;ll pursue other options for
debugging before returning to figuring out the difference between the
"real" code and the "test-case" code.
--Andrew J. Klosterman
[EMAIL PROTECTED]
---(end of broadcast)---
TIP 1: if posting/readi
#14 0x0804aa08 in main (argc=9, argv=0xba74) at client_test.pgcc:526
Again, it is showing a bad malloc in what appears to be some code using
kerberos. But there's nothing in my setup that I can think of right now
that should induce a connection to be set up using kerberos.
--Andrew J. Klosterman
[EMAIL PROTECTED]
---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster
On Wed, 15 Feb 2006, Tom Lane wrote:
> Andrew Klosterman <[EMAIL PROTECTED]> writes:
> > With the debug binaries, I was able to step through the program and get to
> > what appears to be the function where it bails: line 1166 of
> > postgresql-8.1.0/src/interfa
The following bug has been logged online:
Bug reference: 2277
Logged by: Andrew Nykolyn
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1.3
Operating system: OS Red Hat Enterprise Linux AS release 3 (Taroon Update
4) Kernel 2.4.21-27.0.4.EL.snaresmp on an i686
Or anyone else :-)
The reason why I was initially skeptical of adding a YAML output
format is that JSON is a subset of YAML. Therefore, the JSON output
format ought to be perfectly sufficient for anyone using a YAML
parser.
There is some debate on this point, IIRC.
cheers
andrew
--
Sent
ve the original message out to stderr, which it's doing already.
I thought we agreed back in November to stop the bleating. Maybe you
thought I'd remove it and I thought you would ;-).
cheers
andrew
--
Sent via pgsql-bugs mailing list (pgsql-bugs
;t an hstore. This didn't matter
before the format upgrade code was put in, and it didn't show up in
tests because you need to index a very large number of hstores before
any problem shows up.
--
Andrew (irc:RhodiumToad)
Index: contrib/hstore/
ecause if any platform does exist where the check fails, you'd
just get corrupt results in a non-asserts build. I figured it was
better to produce an actual error instead.
--
Andrew.
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
keys were toastable. It looks a whole lot like several of Oleg
and Teodor's other GiST modules (e.g. ltree, pg_trgm - I suspect that
the pg_trgm one is just as useless, though I haven't read enough of that
code to be sure.)
--
Andrew.
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
The following bug has been logged online:
Bug reference: 5669
Logged by: Andrew Geery
Email address: andrew.ge...@gmail.com
PostgreSQL version: 9.0
Operating system: Windows Vista
Description:server process was terminated by exception 0xC005
Details:
My PG 9.0
The following bug has been logged online:
Bug reference: 5670
Logged by: Andrew Geery
Email address: andrew.ge...@gmail.com
PostgreSQL version: 9.0
Operating system: Red Hat Enterprise Linux ES release 4 (Nahant Update 4)
Description:installer crashes
Details:
For
Thanks, Dave. I must have missed the restriction on the download page.
Andrew
On Tue, Sep 21, 2010 at 3:03 PM, Dave Page wrote:
> On Tue, Sep 21, 2010 at 8:00 PM, Andrew Geery wrote:
>>
>> The following bug has been logged online:
>>
>> Bug reference: 5670
&g
MPLE
ON UPDATE NO ACTION ON DELETE NO ACTION,
CONSTRAINT collection_app_uid_key UNIQUE (app_uid)
)
WITH (
OIDS=FALSE
);
Thanks
Andrew
On Tue, Sep 21, 2010 at 3:00 PM, Heikki Linnakangas
wrote:
> On 21/09/10 21:57, Andrew Geery wrote:
>>
>> The following bug has been
Running the server in debug mode, I see the following before the
server crashes -- it looks like something goes wrong with
autovac_balance_cost when trying to analyze the collection table (that
was the table the inserts were being done into).
Thanks
Andrew
2010-09-21 16:27:40 EDTDEBUG
ight do the wrong thing. I
didn't realize it could have such drastic results... Is it still
worth getting a stack trace or is this just a don't-ever-do-that
thing?
Thanks
Andrew
On Tue, Sep 21, 2010 at 5:50 PM, Alvaro Herrera
wrote:
> Excerpts from Andrew Geery's message of mar sep
the generate_series should do this. I
tested this on Windows Vista using PG 9.0 and also on Linux (RHES4)
using 8.4.4 (both packaged by EnterpriseDB) and it crashed both
servers.
Thanks
Andrew
create or replace function get_fts_config_name() returns regconfig as $$
select setting::regconfig
The following bug has been logged online:
Bug reference: 5677
Logged by: Andrew Geery
Email address: andrew.ge...@gmail.com
PostgreSQL version: 9.0
Operating system: Ubuntu 10.10
Description:missing libuuid.so.16 library
Details:
In 8.4, the one-click installer for
The following bug has been logged online:
Bug reference: 5716
Logged by: Andrew Tipton
Email address: and...@adioso.com
PostgreSQL version: 9.0.1
Operating system: Ubuntu 10.04
Description:Regression joining tables in UPDATE with composite types
Details:
Attempting
On 20 October 2010 06:15, Tom Lane wrote:
> "Andrew Tipton" writes:
> > Attempting to execute an UPDATE that joins to another table where the
> join
> > condition is comparing a composite type fails with the (presumably
> internal)
> > error message "ps
The following bug has been logged online:
Bug reference: 5907
Logged by: Andrew Considine
Email address: andrew.consid...@sncorp.com
PostgreSQL version: 9.0.1-1
Operating system: Windows XP
Description:ODBC % bug
Details:
Using a password that contains a "%&qu
ngs, just leveraging existing functionality a little differently.
--
Andrew Chernow
eSilo, LLC
global backup
http://www.esilo.com/
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
to say yes, but mainly because it's just old cruft. I don't
expect to be able,say, to load a pre-7.3 dump into a modern Postgres.
cheers
andrew
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
The following bug has been logged online:
Bug reference: 6254
Logged by: Andrew Kerr
Email address: andrew.k...@unrulymedia.com
PostgreSQL version: 9.0.5
Operating system: CentOS 5.4
Description:COPY ... TO .. CSV sometimes doesn't escape strings
Details:
Que
The following bug has been logged online:
Bug reference: 6309
Logged by: Andrew Milne
Email address: andrew.mi...@iongeo.com
PostgreSQL version: 8.4.9
Operating system: Red Hat Enterprise Linux Workstation release 6.1
(Santiago)
Description:ECPG pre-processor issue
That's great.
Thanks for doing this and getting back to us.
Andrew Milne
On 18/12/11 17:50, Michael Meskes wrote:
On Fri, Nov 25, 2011 at 12:51:51PM +0000, Andrew Milne wrote:
The ECPG pre-processor seems to be incorrectly reporting an error when
parsing "EXEC SQL AT :cnx
ault_transaction_isolation", then the
situation vanishes.
So why does this thing happen? Is there a bug in Postgresql or FreeBSD?
I'd be glad to produce any other meaning information.
With the best regards, Andrew.
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make
nsaction" in postgresql.conf?
And how can I calculate desired value?
With the best regards, Andrew.
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
es manual intervention to data processing.
On Wednesday, January 11, 2012, 9:26:48 PM you wrote:
KG> Andrew Alcheyev wrote:
KG>
>> Well, it does good and the backend hasn't crashed yet, but the
>> client is still experiencing query problems at some point (not
>> far,
where.
Regards,
Andrew
On Wed, Feb 1, 2012 at 9:42 PM, Alex Lai wrote:
> Hi Andrew,
> I posted for another post, its may give you a workaround.
> I still not fully understand how PG choose execute plan that slow down so
> much.
>
> I had the same situation in one of my query.
query optimizer rearranges the order according to its
logic. Now it appears that sometimes it may be important.
Regards,
Andrew
On Wed, Feb 1, 2012 at 11:48 PM, Tom Lane wrote:
> Andrew Schetinin writes:
> > In my specific case, what I've seen from the query execution plans, is
>
e order that entries appear in the archive ...
>
>
>
Darn, will investigate.
cheers
andrew
On 05/16/2012 10:23 AM, Andrew Dunstan wrote:
On Wed, May 16, 2012 at 9:08 AM, Tom Lane <mailto:t...@sss.pgh.pa.us>> wrote:
Martin Pitt mailto:mp...@debian.org>> writes:
> while packaging 9.2 beta 1 for Debian/Ubuntu the postgresql-common
> test suite not
On 05/21/2012 02:59 PM, Andrew Dunstan wrote:
On 05/16/2012 10:23 AM, Andrew Dunstan wrote:
On Wed, May 16, 2012 at 9:08 AM, Tom Lane <mailto:t...@sss.pgh.pa.us>> wrote:
Martin Pitt mailto:mp...@debian.org>> writes:
> while packaging 9.2 beta 1 for Debian/Ubu
this in order to participate in the build farm, but it may not be
possible "politically" where I work.
I'm more a Java/JDBC type person and can't confess to being a C guru, so
please make any follow-up requests for extra diags as simple as possible
please ;-)
Andrew
On 29/08/12 18:16, Tom Lane wrote:
Andrew Hastie writes:
I'm currently working on a project where I need to get PGv9.1 up and
running on an IBM AIXv7.1 server, so I do have access to a suitable
machine for a period of time if I can provide any further diags to help
resolve the issue.
On 31/08/12 15:59, Tom Lane wrote:
Andrew Hastie writes:
Thanks for the pointers. Hopefully some of the following may shed some
light on the issue.
Thanks for the results. It seems difficult to come to any conclusion
other than that AIX has got wcstombs_l but not mbstowcs_l ... which is
Apologies for delay in progressing this, but I only have access to an
AIX7.1 system periodically.
Just to confirm that source build of 9.2.1 release now builds clean
against AIXv7.1 with xlc v12.1 compiler.
Thanks,
Andrew
On 31/08/12 20:20, Tom Lane wrote:
Andrew Hastie writes:
On 31
Apologies for delay in progressing this, but I only have access to an
AIX7.1 system periodically.
Just to confirm that source build of 9.2.1 release now builds clean
against AIXv7.1 with xlc v12.1 compiler.
Thanks,
Andrew
On 31/08/12 20:20, Tom Lane wrote:
Andrew Hastie writes:
On 31
ertainly be a lot more invasive.
These aren't mutually exclusive, though, are they? It seems reasonable
to do the minimal fix for the stable branches (looks like it's just a
matter of moving the call up a couple of lines in plperl.c) and make the
nicer fix just for the development
ces? Sorry for vague details, win
machines are not a core competency.
Andrew
On 06/30/2013 09:20 AM, Andres Freund wrote:
On 2013-06-30 15:17:20 +0200, Andres Freund wrote:
Andrew: Could we perhaps check for the "Report this to" bit in the
buildfarm?
FWIW: I checked that there are no other reports on HEAD atm.
I'm not sure what you're asking he
On 06/30/2013 09:49 AM, Tom Lane wrote:
Andrew Dunstan writes:
On 2013-06-30 15:17:20 +0200, Andres Freund wrote:
Andrew: Could we perhaps check for the "Report this to" bit in the
buildfarm?
I'm not sure what you're asking here.
I think he's wishing that if config
On 06/30/2013 11:07 AM, Andres Freund wrote:
On 2013-06-30 10:17:50 -0400, Andrew Dunstan wrote:
On 06/30/2013 09:49 AM, Tom Lane wrote:
Andrew Dunstan writes:
On 2013-06-30 15:17:20 +0200, Andres Freund wrote:
Andrew: Could we perhaps check for the "Report this to" bit in the
't
we need to fix this test anyway?
The test needs to be fixed, but with a newer Autoconf version we would
(probably) have been alerted about that by a build failure rather than
someone scanning build logs.
I take it you mean a configure failure would occur with a later Autoconf.
chee
k-ism, not realizing that there were order
dependencies on some platforms.
It looks to me like you didn't reorder anything, you added a test for
sys/ucred.h.
I haven't seen the proposed patch, though.
cheers
andrew
--
Sent via pgsql-bugs mailing list (pgsql
sum_orig_raw_pktcount'',sum_orig_raw_pktcount),
-- XXX THIS IS IT, does not work even when ... + 100 XXX
(doing \set VERBOSITY terse in psql is a good idea for this case to
avoid excessive CONTEXT output)
--
Andrew (irc:RhodiumToad)
--
Sent via pgsql-bugs mailing list (pgsql-bugs@pos
;: "b\"c"}'::json::text;
IOW, this isn't a bug in my view.
What we should possibly provide is a function to de-escape JSON scalar
strings explicitly. It would be a simple extension to write,
particularly for 9.3 where the JSON parser is hookable. (Or it could
easily be a
What compiler are you using? If it helps, some time ago I built PG
v9.2.2 using the IBM xlc compiler at version 12 successfully. From my
notes I used the following compiler configuration:-
./configure CC=xlc LIBS="-lssl -lcrypto -lz -lreadline -lcurses -lld
-lmass -lm" CFLAGS="-qlanglvl=extc89
know if you can see something wrong.
A quick eyeball check looks ok; I'll see about reproducing the
original scenario with this patch applied.
--
Andrew (irc:RhodiumToad)
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
The following bug has been logged online:
Bug reference: 4209
Logged by: Andrew SG Rojek
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.3.1
Operating system: OSX 10.5.2
Description:openSSL undefined symbols.
Details:
Make produced the following error
The following bug has been logged online:
Bug reference: 4210
Logged by: Andrew SG Rojek
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.3.1
Operating system: OSX 10.5.2
Description:signedness of pointer targets
Details:
Whilst making psqlodbc-08.03.0200
I was advised to send an e-mail after a discussion with neilc on
#postgresql.
The failure occurs randomly, never on the first time (at least that I've
seen) and usually only after doing a bunch of other stuff first (big
joins, views, etc). In one case, the backend terminated and restarted,
this ha
I tried copying the text of the patch into a file and running patch on
it, but apparently I'm somehow impaired. Manually patched the relevant
files, and it appears to be working just fine.
Thanks for all your help, it was really much more than I expected.
Andrew Holm-Hansen
[EMAIL PROT
file,
gmake.error). Don't know if this is a bug or something extra the needs to be
done to get Postgre to install on OpenBSD. I didn't see anything special in
the INSTALL or README file.
Thanks,
--
-----
Andrew M. Campbell
Frank Fletcher Companies Ltd.
6301 Forbing Rd.
201 - 260 of 260 matches
Mail list logo