[HACKERS] Location of PG_CATALOG_VERSION

2017-05-21 Thread Vicky Vergara
Hello all The postgreSQL version is needed internally in order to make the code work because for example the type of funcctx->max_calls changed on 9.6 uint64_t result_count = 0; ... #if PGSQL_VERSION > 95 funcctx->max_calls = result_count; #else funcctx->max_calls =

Re: [HACKERS] Instead of DROP function use UPDATE pg_proc in an upgrade extension script

2017-04-04 Thread Vicky Vergara
ra: Vicky Vergara Cc: pgsql-hackers@postgresql.org Asunto: Re: [HACKERS] Instead of DROP function use UPDATE pg_proc in an upgrade extension script 2017-04-04 6:17 GMT+02:00 Vicky Vergara <vicky_verg...@hotmail.com<mailto:vicky_verg...@hotmail.com>>: Hello, When creating an

Re: [HACKERS] Instead of DROP function use UPDATE pg_proc in an upgrade extension script

2017-04-04 Thread Vicky Vergara
<and...@tao11.riddles.org.uk> Enviado: lunes, 3 de abril de 2017 11:28 p. m. Para: Vicky Vergara Cc: pgsql-hackers@postgresql.org Asunto: Re: [HACKERS] Instead of DROP function use UPDATE pg_proc in an upgrade extension script >>>>> "Vicky" == Vicky Vergara <

[HACKERS] Instead of DROP function use UPDATE pg_proc in an upgrade extension script

2017-04-03 Thread Vicky Vergara
e the second method: - when the current names of the OUT parameters don't change, and there is an additional OUT parameter - when the current names of the IN parameters don't change, and there is an additional IN parameter with a default value Thanks Vicky Vergara

RV: [HACKERS] Compilation warning on 9.5

2016-11-07 Thread Vicky Vergara
pop #endif Vicky De: Tom Lane <t...@sss.pgh.pa.us> Enviado: viernes, 12 de febrero de 2016 01:45 p. m. Para: Vicky Vergara Cc: pgsql-hackers@postgresql.org Asunto: Re: [HACKERS] Compilation warning on 9.5 Vicky Vergara <vicky_verg...@hotmail.com>

[HACKERS] Compilation warning on 9.5

2016-02-12 Thread Vicky Vergara
Note1: when pgRouting gets released, all those flags: -Wall -Wconversion -pedantic -fmax-errors=10 -Wmissing-prototypes will be removed, and of course those warnings won't show up. Thanks Vicky Vergara