Re: [BUGS] BUG #5011: Standby recovery unable to follow timeline change

2009-08-26 Thread Heikki Linnakangas
Tom Lane wrote: > Heikki Linnakangas writes: >> Tom Lane wrote: >>> Specifically, I propose this patch instead. > >> It looks better, but leaves the door open for WAL insertions for a much >> longer period. Particularly, there's the call to CheckpointGuts(), which >> does a lot of things. Maybe

[BUGS] BUG #5016: dlltool error in libecpg_compatdll.def

2009-08-26 Thread Itagaki Takahiro
The following bug has been logged online: Bug reference: 5016 Logged by: Itagaki Takahiro Email address: itagaki.takah...@oss.ntt.co.jp PostgreSQL version: 8.5 Alpha 1 Operating system: Windows XP (mingw) Description:dlltool error in libecpg_compatdll.def Details: I

Re: [BUGS] BUG #4996: postgres.exe memory consumption keeps going up

2009-08-26 Thread WANGRUNGVICHAISRI, SHIVESH
Craig, I looked into this problem extensively today, and here's what I found. It's not PostgreSQL that is leaking memory; it's the fact that our application is also using PostGIS 1.3.6. We have modified the test program such that it clearly shows memory leak when PostGIS is used. Below is the e

Re: [BUGS] BUG #4996: postgres.exe memory consumption keeps going up

2009-08-26 Thread Craig Ringer
On Wed, 2009-08-26 at 16:51 -0700, WANGRUNGVICHAISRI, SHIVESH wrote: > However, I still insist that potentially the PostgreSQL community might > want to look into why making use of libpq causes the client program's > memory consumption to keep growing. This can be easily observed using > the earli

Re: [BUGS] BUG #5015: MySQL migration wizard does not start

2009-08-26 Thread Craig Ringer
On Wed, 2009-08-26 at 12:52 -0700, John R Pierce wrote: > Sam Mason wrote: > > On Wed, Aug 26, 2009 at 02:55:37PM +, Ken Smith wrote: > > > >> I also noted > >> that if I try to run from the commandline that you use '/' in some of the > >> program paths causing the OS to say it cannot find t

Re: [BUGS] BUG #4996: postgres.exe memory consumption keeps going up

2009-08-26 Thread Craig Ringer
On Wed, 2009-08-26 at 16:51 -0700, WANGRUNGVICHAISRI, SHIVESH wrote: > > So my claim that PostgreSQL was leaking memory was not true, and I do > apologize. > No problem. That's why it's important to look into these things - so we find out. > However, I still insist that potentially the Postgre

Re: [BUGS] BUG #5012: mailing list VERP addresses not sender-verifiable

2009-08-26 Thread Greg Stark
On Wed, Aug 26, 2009 at 10:12 PM, Alvaro Herrera wrote: > > The frustrating thing about this, is that we complain over and over, and > hub.org email setup keeps breaking every so often. The problem is not that it keeps breaking -- that's normal. The problem is that it breaks and he's not aware bec

Re: [BUGS] BUG #5012: mailing list VERP addresses not sender-verifiable

2009-08-26 Thread Alvaro Herrera
The frustrating thing about this, is that we complain over and over, and hub.org email setup keeps breaking every so often. We need to thank Marc very much for his hosting effort during all this time since he first set things up back in 1996/7, but we also need to be looking around for plausible

Re: [BUGS] BUG #5012: mailing list VERP addresses not sender-verifiable

2009-08-26 Thread Alvaro Herrera
Greg Stark wrote: > On Wed, Aug 26, 2009 at 7:59 PM, Gergely > Czuczy wrote: > > AFAIK exim generates a bounce to test the address, and for that I'm > > getting a reject saying that the user is unknown for the VERP address. > > > > Aug 26 04:02:05 hostname exim[70819]: H=mx1.hub.org > > [200.46.208

Re: [BUGS] BUG #5008: Server Startup Problem - When server is configured for SSL

2009-08-26 Thread Tom Lane
Magnus Hagander writes: > On Wed, Aug 26, 2009 at 15:57, Tom Lane wrote: >> Magnus Hagander writes: >>> But that will still fail if the user has set it up to require a client >>> certificate. >> >> But not till it gets to the pg_hba checks.  We might need to have some > How would that be differ

Re: [BUGS] BUG #5012: mailing list VERP addresses not sender-verifiable

2009-08-26 Thread Greg Stark
On Wed, Aug 26, 2009 at 7:59 PM, Gergely Czuczy wrote: > AFAIK exim generates a bounce to test the address, and for that I'm > getting a reject saying that the user is unknown for the VERP address. > > Aug 26 04:02:05 hostname exim[70819]: H=mx1.hub.org > [200.46.208.106] sender verify fail for >

Re: [BUGS] Password

2009-08-26 Thread Pavel Stehule
hello 2009/8/26 Anze Cevka : > Hello! > > I am wondering where can I found out what is my postgre SQL password, > because I forgot it. > you have to add line to pg_hba.conf file for postgresql user. from local change authentication method to trust (attention - from this moment, your database is

[BUGS] Password

2009-08-26 Thread Anze Cevka
Hello! I am wondering where can I found out what is my postgre SQL password, because I forgot it. Thanks for your help. Best regards Anze _ Share your memories online with anyone you want. http://www.microsoft.com/middleeast/wi

Re: [BUGS] BUG #5008: Server Startup Problem - When server is configured for SSL

2009-08-26 Thread Magnus Hagander
On Wed, Aug 26, 2009 at 15:57, Tom Lane wrote: > Magnus Hagander writes: >> But that will still fail if the user has set it up to require a client >> certificate. > > But not till it gets to the pg_hba checks.  We might need to have some How would that be different from what we have now? sslmode=

Re: [BUGS] BUG #5012: mailing list VERP addresses not sender-verifiable

2009-08-26 Thread Gergely Czuczy
Thanks. and sorry for using this form of reporting, but by not being able to use the MLs, filling a bugreport form seemed to be the best way to communicate this. On Wed, 26 Aug 2009 15:04:57 -0400 Alvaro Herrera wrote: > Gergely Czuczy wrote: > > AFAIK exim generates a bounce to test the address

Re: [BUGS] BUG #5012: mailing list VERP addresses not sender-verifiable

2009-08-26 Thread Gergely Czuczy
AFAIK exim generates a bounce to test the address, and for that I'm getting a reject saying that the user is unknown for the VERP address. Aug 26 04:02:05 hostname exim[70819]: H=mx1.hub.org [200.46.208.106] sender verify fail for : response to "RCPT TO:" from mx1.hub.org [200.46.208.106] was: 55

Re: [BUGS] BUG #5015: MySQL migration wizard does not start

2009-08-26 Thread John R Pierce
Sam Mason wrote: On Wed, Aug 26, 2009 at 02:55:37PM +, Ken Smith wrote: I also noted that if I try to run from the commandline that you use '/' in some of the program paths causing the OS to say it cannot find the file - "C:/Program Files/Java/jdk1.5.0_16/jre/bin/java.exe". I'm pre

Re: [BUGS] BUG #5015: MySQL migration wizard does not start

2009-08-26 Thread Sam Mason
On Wed, Aug 26, 2009 at 02:55:37PM +, Ken Smith wrote: > I also noted > that if I try to run from the commandline that you use '/' in some of the > program paths causing the OS to say it cannot find the file - "C:/Program > Files/Java/jdk1.5.0_16/jre/bin/java.exe". I'm pretty sure that Windows

Re: [BUGS] BUG #5012: mailing list VERP addresses not sender-verifiable

2009-08-26 Thread Alvaro Herrera
Magnus Hagander wrote: > On Wed, Aug 26, 2009 at 21:04, Alvaro Herrera > wrote: > > Gergely Czuczy wrote: > >> AFAIK exim generates a bounce to test the address, and for that I'm > >> getting a reject saying that the user is unknown for the VERP address. > >> > >> Aug 26 04:02:05 hostname exim[708

Re: [BUGS] BUG #5012: mailing list VERP addresses not sender-verifiable

2009-08-26 Thread Magnus Hagander
On Wed, Aug 26, 2009 at 21:04, Alvaro Herrera wrote: > Gergely Czuczy wrote: >> AFAIK exim generates a bounce to test the address, and for that I'm >> getting a reject saying that the user is unknown for the VERP address. >> >> Aug 26 04:02:05 hostname exim[70819]: H=mx1.hub.org >> [200.46.208.106]

Re: [BUGS] BUG #5012: mailing list VERP addresses not sender-verifiable

2009-08-26 Thread Alvaro Herrera
Gergely Czuczy wrote: > Thanks. and sorry for using this form of reporting, but by not being > able to use the MLs, filling a bugreport form seemed to be the best way > to communicate this. Yeah, it's OK, don't worry about it. -- Alvaro Herrerahttp://www.CommandPr

Re: [BUGS] BUG #5012: mailing list VERP addresses not sender-verifiable

2009-08-26 Thread Alvaro Herrera
Gergely Czuczy wrote: > AFAIK exim generates a bounce to test the address, and for that I'm > getting a reject saying that the user is unknown for the VERP address. > > Aug 26 04:02:05 hostname exim[70819]: H=mx1.hub.org > [200.46.208.106] sender verify fail for > : response > to "RCPT > TO:" > f

Re: [BUGS] BUG #5012: mailing list VERP addresses not sender-verifiable

2009-08-26 Thread Gergely Czuczy
Hello, okey, i've removed the check for postgresql.org. OTOH, may I ask how does VERP work at all for the mailing list, if the returning mails are not handled? Just interested. On Wed, 26 Aug 2009 17:43:17 +0100 Greg Stark wrote: > On Wed, Aug 26, 2009 at 7:29 AM, Gergely > Czuczy wrote: > > >

Re: [BUGS] BUG #5012: mailing list VERP addresses not sender-verifiable

2009-08-26 Thread Alvaro Herrera
Gergely Czuczy wrote: > Hello, > > okey, i've removed the check for postgresql.org. > > OTOH, may I ask how does VERP work at all for the mailing list, if the > returning mails are not handled? Just interested. It works reasonably well. What do you mean by "returning mails are not handled"? --

Re: [BUGS] BUG #5012: mailing list VERP addresses not sender-verifiable

2009-08-26 Thread Alvaro Herrera
Gergely Czuczy wrote: > The mailing lists are using VERP, but the sender address verifications are > failing for these addresses, therefore sender address verification-enabled > MTAs are unable to receive mails from the lists. We require that addresses subscribed to the list do not have ugly send

Re: [BUGS] BUG #5012: mailing list VERP addresses not sender-verifiable

2009-08-26 Thread Greg Stark
On Wed, Aug 26, 2009 at 7:29 AM, Gergely Czuczy wrote: > > The following bug has been logged online: > > Bug reference:      5012 > Logged by:          Gergely Czuczy > Email address:      gergely.czu...@harmless.hu > PostgreSQL version: 8.4 > Operating system:   FreeBSD > Description:        maili

Re: [BUGS] BUG #4996: postgres.exe memory consumption keeps going up

2009-08-26 Thread John R Pierce
Greg Stark wrote: I don't know where to find Postgres logs on Windows but it shouldn't be hard to find. $(INSTALLDIR)/data/pg_log D:\postgres\8.3\data\pg_log on mine here. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.po

Re: [BUGS] BUG #4996: postgres.exe memory consumption keeps going up

2009-08-26 Thread Greg Stark
On Wed, Aug 26, 2009 at 4:38 PM, Craig Ringer wrote: > If it is in fact postgres.exe that crashes at some point, it'd also > *REALLY* help to have a backtrace of the crash. If Postgres crashes due to running out of memory it prints a memory dump to its log which would (hopefully) make it clear whe

Re: [BUGS] BUG #4996: postgres.exe memory consumption keeps going up

2009-08-26 Thread Craig Ringer
On Wed, 2009-08-26 at 07:09 -0700, WANGRUNGVICHAISRI, SHIVESH wrote: > I also did use the Process Explorer as you suggested; I'm sorry I > didnt mention that in the post. As I mentioned before in the zip file, > the working set kept growing. Yes, but does the *private* working set? The screen sho

Re: [BUGS] BUG #5011: Standby recovery unable to follow timeline change

2009-08-26 Thread Tom Lane
Heikki Linnakangas writes: > Tom Lane wrote: >> Specifically, I propose this patch instead. > It looks better, but leaves the door open for WAL insertions for a much > longer period. Particularly, there's the call to CheckpointGuts(), which > does a lot of things. Maybe I'm just too paranoid abo

Re: [BUGS] BUG #5011: Standby recovery unable to follow timeline change

2009-08-26 Thread Heikki Linnakangas
james bardin wrote: > Is this the type of fix that would make it into the next 8.4.x release? Yes. this fix will go into the next 8.4.x release. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes

Re: [BUGS] BUG #5011: Standby recovery unable to follow timeline change

2009-08-26 Thread Heikki Linnakangas
Tom Lane wrote: > I wrote: >> ... but this solution is astonishingly ugly. I think we should move up >> the LocalSetXLogInsertAllowed call, instead. > > Specifically, I propose this patch instead. It looks better, but leaves the door open for WAL insertions for a much longer period. Particularl

Re: [BUGS] BUG #5015: MySQL migration wizard does not start

2009-08-26 Thread Jaime Casanova
On Wed, Aug 26, 2009 at 9:55 AM, Ken Smith wrote: > > The following bug has been logged online: > > Bug reference:      5015 > Logged by:          Ken Smith > Email address:      kensm...@adobe.com > PostgreSQL version: 8.4 > Operating system:   Windows > Description:        MySQL migration wizard

[BUGS] BUG #5013: Error in psqlodbc configuration

2009-08-26 Thread Ishara
The following bug has been logged online: Bug reference: 5013 Logged by: Ishara Email address: ishara...@gmail.com PostgreSQL version: 8.4 Operating system: Solaris x86 Description:Error in psqlodbc configuration Details: Hi, I used ./configure --with-odbc --enable

[BUGS] BUG #5015: MySQL migration wizard does not start

2009-08-26 Thread Ken Smith
The following bug has been logged online: Bug reference: 5015 Logged by: Ken Smith Email address: kensm...@adobe.com PostgreSQL version: 8.4 Operating system: Windows Description:MySQL migration wizard does not start Details: I have downloaded and installed PostgreS

[BUGS] BUG #5012: mailing list VERP addresses not sender-verifiable

2009-08-26 Thread Gergely Czuczy
The following bug has been logged online: Bug reference: 5012 Logged by: Gergely Czuczy Email address: gergely.czu...@harmless.hu PostgreSQL version: 8.4 Operating system: FreeBSD Description:mailing list VERP addresses not sender-verifiable Details: Hello, The mai

Re: [BUGS] BUG #5011: Standby recovery unable to follow timeline change

2009-08-26 Thread Tom Lane
I wrote: > ... but this solution is astonishingly ugly. I think we should move up > the LocalSetXLogInsertAllowed call, instead. Specifically, I propose this patch instead. I'm not set up to try the test case though, can you do that? regards, tom lane Index: src/backend

Re: [BUGS] BUG #5011: Standby recovery unable to follow timeline change

2009-08-26 Thread james bardin
On Wed, Aug 26, 2009 at 4:40 AM, Heikki Linnakangas wrote: >> Is this currently possible, or do I have to send a full file-level backup to >> sync the ex-master server with the new master? > > That should work. (Note that you do need to restore the ex-master from > the old base backup; you can't ju

Re: [BUGS] BUG #5008: Server Startup Problem - When server is configured for SSL

2009-08-26 Thread Tom Lane
Magnus Hagander writes: > But that will still fail if the user has set it up to require a client > certificate. But not till it gets to the pg_hba checks. We might need to have some variant on PQrequiresPassword to detect that failure type, but we'll already know what we need to. This still poi

Re: [BUGS] BUG #5008: Server Startup Problem - When server is configured for SSL

2009-08-26 Thread Magnus Hagander
On Wed, Aug 26, 2009 at 15:30, Tom Lane wrote: > Magnus Hagander writes: >> I think this indicates that pg_ctl is trying to connect to the >> database just to see if it's running, but you have set it to require >> SSL certificate on connections from localhost. Could that be so? If >> so, try setti

Re: [BUGS] BUG #5011: Standby recovery unable to follow timeline change

2009-08-26 Thread Tom Lane
Heikki Linnakangas writes: > Our last-minute changes in 8.4 to allow checkpoint record to be created, > while forbidding other WAL insertions, missed that CreateCheckPoint() > calls AdvanceXLInsertBuffer() which requires a valid ThisTimeLineID to > be set. We need to initialize ThisTimeLineID befo

Re: [BUGS] BUG #5008: Server Startup Problem - When server is configured for SSL

2009-08-26 Thread Tom Lane
Magnus Hagander writes: > I think this indicates that pg_ctl is trying to connect to the > database just to see if it's running, but you have set it to require > SSL certificate on connections from localhost. Could that be so? If > so, try setting the requirement for certificates only on non-local

Re: [BUGS] BUG #5011: Standby recovery unable to follow timeline change

2009-08-26 Thread Heikki Linnakangas
James Bardin wrote: > I'm working on a system where the master and standby servers are expected to > be able to swap roles repeatedly. The first failover works fine, but the > ex-master, now standby, can't recover using the shipped logs. > > Using recovery_target_timeline='latest' finds the new hi

Re: [BUGS] BUG #5008: Server Startup Problem - When server is configured for SSL

2009-08-26 Thread Magnus Hagander
On Wed, Aug 26, 2009 at 08:47, Jalaj Negi wrote: > Hello, following is PostgreSQL log file. > I have no certificate to revoke so I havent placed any "root.crl" file in > servers data directory. > > Log File > ==