Re: [HACKERS] show precise repos version for dev builds?

2017-10-11 Thread Jeremy Schneider
On Wed, Oct 11, 2017 at 1:19 AM, Craig Ringer wrote: > We started using it for BDR, but unfortunately too much software > explodes spectacularly when you use it, due to simplistic/buggy > version parsing. Since 10.0 will break most of that software anyway, maybe this is a

Re: [HACKERS] show precise repos version for dev builds?

2017-10-10 Thread Jeremy Schneider
On Sun, Oct 1, 2017 at 8:10 AM, Tom Lane wrote: > > configure --with-extra-version=whateveryouwant I see that this build option has been around since 9.4; is anyone using it to mark patched production builds? EnterpriseDB or 2ndQuadrant? How about the cloud providers?

Re: [HACKERS] User-perspective knowledge about wait events

2017-09-29 Thread Schneider
On Tue, Sep 26, 2017 at 4:28 PM, Michael Paquier wrote: > Gathering a set of examples on wiki page with some rough > analysis I think would be a good start. I don't seem to have privs to create wiki pages; can someone else make a page where we can begin to gather

[HACKERS] User-perspective knowledge about wait events

2017-09-26 Thread Schneider
On Mon, Aug 14, 2017 at 11:58 PM, Michael Paquier wrote: > As $subject has been touched on two threads recently > (https://www.postgresql.org/message-id/CAB7nPqTbHLcHFn6m11tfpwAdgz8BmnBza2jjN9AK=sdx_kb...@mail.gmail.com > and >

Re: [HACKERS] Generate wait event list and docs from text file

2017-09-21 Thread Schneider
On Mon, Aug 14, 2017 at 11:58 PM, Michael Paquier wrote: > 1) It is easy to add a wait event and... > 2) It is easy to not update its documentation. > 3) the documentation tables get easily broken. > > As I have participated in the situation present now, I propose to >

[HACKERS] Type modifier parameter of input function

2012-07-13 Thread Michael Schneider
Hi, whenever pg calls my input function, the type modifier parameter is ALWAYS (-1). If I specify a type modifier like SELECT 'Hello World!'::my_string_type(MODIFIER1,MODIFIER2); then pg: 1. calls the my_string_type-typmod_in function, and gets the correct result 2. calls the