Re: [GENERAL] Chained slaves smaller?

2017-06-23 Thread Jon Erdman
Nevermind. Turns out it was on the wrong timeline and replication was broken. It was smaller because it was 77 days behind. (facepalm) > On Jun 23, 2017, at 2:40 PM, Jon Erdman wrote: > > Hi, > > I have SR set up in a couple of datacenters, where there’s a master in DC_A >

[GENERAL] Chained slaves smaller?

2017-06-23 Thread Jon Erdman
to me since I thought SR replicas are bit for bit copies, so I’m somewhat concerned. Any ideas how this could be? — Jon Erdman Postgres Zealot -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql

Re: [GENERAL] Incomplete startup packet help needed

2014-11-06 Thread Jon Erdman
is because many of them just test to see if something is listening on the port, without opening a proper postgres connection (i.e. telnet localhost 5432). The just connect to the port then disconnect without sending any data of any kind. -- Jon Erdman (aka StuckMojo) PostgreSQL Zealot pgpgN7OK4rPmE.pgp Description: PGP signature

[GENERAL] PLV8 and JS exports / referencing

2014-11-05 Thread Jon Erdman
So, I was trying to use mustache.js in PG by defining a V8 function that imports it. Older versions worked fine, but in newer versions they use a class factory and I can't figure out how to reference the mustache stuff that it creates. Apparently I need to know how our V8 implementation does ex