Re: [HACKERS] rhel6 rpm file locations

2015-05-28 Thread Jeff Frost
t;>> x86_64 and i686 postgresql lib and devel rpms. Why doesn't postgresql >>>> use _libdir and other standard rpm macros? >>> >>> From where did you get the RPMs that you are using? >>> >>> There is more than one set, and they are maintain

Re: [HACKERS] Data corruption issues using streaming replication on 9.0.14/9.2.5/9.3.1

2013-11-19 Thread Jeff Frost
On Nov 19, 2013, at 4:05 PM, Andres Freund wrote: > Hi, > > On 2013-11-19 15:53:36 -0800, Christophe Pettus wrote: >> From my understanding, the problem only occurs over streaming >> replication; if the secondary was never a hot standby, and only used >> the archived WAL segments, that would be

Re: [HACKERS] Backends stalled in 'startup' state: index corruption

2012-06-10 Thread Jeff Frost
On May 26, 2012, at 9:17 AM, Tom Lane wrote: > Would you guys please try this in the problem databases: > > select a.ctid, c.relname > from pg_attribute a join pg_class c on a.attrelid=c.oid > where c.relnamespace=11 and c.relkind in ('r','i') > order by 1 desc; > > If you see any block numbers

Re: [HACKERS] Backends stalled in 'startup' state: index corruption

2012-05-27 Thread Jeff Frost
On May 27, 2012, at 12:53 PM, Tom Lane wrote: > Another thing that can be deduced from those stack traces is that sinval > resets were happening. For example, in the third message linked above, > the heapscan is being done to load up a relcache entry for relation 2601 > (pg_am). This would be un

Re: [HACKERS] Backends stalled in 'startup' state: index corruption

2012-05-25 Thread Jeff Frost
On May 25, 2012, at 7:12 PM, Tom Lane wrote: > Jeff Frost writes: >> In our customer's case, the size of pg_attribute was a little less than 1/4 >> of shared_buffers, so might not be the syncscan? > > Could you go back and double check that? If the shared_buffers

Re: [HACKERS] Backends stalled in 'startup' state: index corruption

2012-05-25 Thread Jeff Frost
ly plausible reason for > this is deciding to fool with the column-specific stats target > (attstattarget) of a system catalog. Does that sound like something > either of you might have done? You could check it by looking at the > ctid columns of the pg_attribute rows for system catalo

Re: [DOCS] [HACKERS] Replication documentation addition

2006-10-24 Thread Jeff Frost
e versions for both PostgreSQL and MySQL. One of my customers is trying it out currently. -- Jeff Frost, Owner <[EMAIL PROTECTED]> Frost Consulting, LLC http://www.frostconsultingllc.com/ Phone: 650-780-7908 FAX: 650-649-1954 ---(

Re: [HACKERS] [ADMIN] pg_hba.conf: 'trust' vs. 'md5' Issues

2006-09-26 Thread Jeff Frost
On Tue, 26 Sep 2006, Alvaro Herrera wrote: Jeanna Geier wrote: Searched again for 'pgpass' and for the 'Application Data' directory with no luck... The file is called "pgpass.conf" on Windows. As for the "Application Data", it may be called differently if your Windows is localized -- try loo

Re: [HACKERS] [ADMIN] pg_hba.conf: 'trust' vs. 'md5' Issues

2006-09-26 Thread Jeff Frost
On Tue, 26 Sep 2006, Jeanna Geier wrote: Any thoughts?? Like I said previously, I did build this on Windows from source so we could use the SSL option.could I have missed something when I was doing that? (It was my first time and I was following instructions from the INSTALL docs) Jean

Re: [HACKERS] [ADMIN] pg_hba.conf: 'trust' vs. 'md5' Issues

2006-09-26 Thread Jeff Frost
On Tue, 26 Sep 2006, Jeff Frost wrote: But, when I put the trust line back with hostssl, I do not get connected as per her original indication. Of course this is with my 8.1.4 windows server and not 8.0.8. Is it possible that 8.0.8 was more liberal with the hostssl vs host interpretation if

Re: [HACKERS] [ADMIN] pg_hba.conf: 'trust' vs. 'md5' Issues

2006-09-26 Thread Jeff Frost
On Tue, 26 Sep 2006, Tom Lane wrote: Jeff Frost <[EMAIL PROTECTED]> writes: Interestingly, I receive the same error when I disable SSL on the server: If SSL is disabled then hostssl lines in pg_hba.conf effectively become no-ops --- they can never be matched since no incoming connectio

Re: [HACKERS] [ADMIN] pg_hba.conf: 'trust' vs. 'md5' Issues

2006-09-26 Thread Jeff Frost
On Tue, 26 Sep 2006, Tom Lane wrote: Jeff Frost <[EMAIL PROTECTED]> writes: Do you remember if the problem was on the 8.0.8 server side that caused the lack of prompting? No, I'm pretty sure it was a client-side issue (and I thought we'd fixed it by 8.0.8 anyway, so I'm

Re: [HACKERS] [ADMIN] pg_hba.conf: 'trust' vs. 'md5' Issues

2006-09-26 Thread Jeff Frost
On Tue, 26 Sep 2006, Jeff Frost wrote: As for Jeanna's problem, I don't see any password prompt at all in her example. I've forgotten the details, but wasn't there a password prompting problem with 8.0.x on Windows? It worked great with 8.1.4. Let me download 8.0.8 and

Re: [HACKERS] [ADMIN] pg_hba.conf: 'trust' vs. 'md5' Issues

2006-09-26 Thread Jeff Frost
On Tue, 26 Sep 2006, Tom Lane wrote: "Jeanna Geier" <[EMAIL PROTECTED]> writes: [ hostssl works with 'trust' but not 'md5' ] It's only when I change the connection method to 'md5' that I'm running into problems -- then I cannot connect from pgadmin or the command line. As for Jeanna's proble

Re: [HACKERS] Cause of moving-target FSM space-needed reports

2006-09-21 Thread Jeff Frost
e several large objects at once. Apparently, each large object is around 80MB in size, so I suspect it's not difficult to overwhelm autovacuum if you remove quite a few of these at one time. -- Jeff Frost, Owner <[EMAIL PROTECTED]> Frost Consulting, LLC http://www.frostconsult

Re: [HACKERS] [ADMIN] does wal archiving block the current client connection?

2006-05-22 Thread Jeff Frost
uggestions or inspirations, I'm all ears! -- Jeff Frost, Owner <[EMAIL PROTECTED]> Frost Consulting, LLC http://www.frostconsultingllc.com/ Phone: 650-780-7908 FAX: 650-649-1954 ---(end of broadcast)--- TIP 6: explain analyze is your friend

Re: [HACKERS] [ADMIN] does wal archiving block the current client connection?

2006-05-22 Thread Jeff Frost
On Sun, 21 May 2006, Jeff Frost wrote: So the chances of the original problem being archiver related are receding... This is possible, but I guess I should try and reproduce the actual problem with the same archive_command script and a CIFS mount just to see what happens. Perhaps the real

Re: [HACKERS] [ADMIN] does wal archiving block the current client connection?

2006-05-21 Thread Jeff Frost
with the same archive_command script and a CIFS mount just to see what happens. Perhaps the real root of the problem is elsewhere, it just seems strange since the archive_command is the only postgres related process that accesses the CIFS share. More later. -- Jeff Frost, Owner <[EMAIL

Re: [HACKERS] [ADMIN] does wal archiving block the current client connection?

2006-05-21 Thread Jeff Frost
ilure to see if that could be it. -- Jeff Frost, Owner <[EMAIL PROTECTED]> Frost Consulting, LLC http://www.frostconsultingllc.com/ Phone: 650-780-7908 FAX: 650-649-1954 ---(end of broadcast)--- TIP 3: Have you checked our extensiv

Re: [HACKERS] [ADMIN] does wal archiving block the current client connection?

2006-05-19 Thread Jeff Frost
n attempting to reproduce the problem? -- Jeff Frost, Owner <[EMAIL PROTECTED]> Frost Consulting, LLC http://www.frostconsultingllc.com/ Phone: 650-780-7908 FAX: 650-649-1954 ---(end of broadcast)--- TIP 3: Have you chec

Re: [HACKERS] [ADMIN] does wal archiving block the current client connection?

2006-05-19 Thread Jeff Frost
restarted? I looked through /var/log/messages* and there wasn't a restart prior to the problem in the logs. They go back to April 16. The postmaster was restarted on May 15th (this Monday), but that was after the reported problem. -- Jeff Frost, Owner <[EMAIL PROTECTED]> Fr

Re: [HACKERS] [ADMIN] does wal archiving block the current client connection?

2006-05-19 Thread Jeff Frost
ou want me to test a patch since I've already got this test case setup. -- Jeff Frost, Owner <[EMAIL PROTECTED]> Frost Consulting, LLC http://www.frostconsultingllc.com/ Phone: 650-780-7908 FAX: 650-649-1954 ---(end of broadcast)--