PL/Python: Fix example
Revert "6f6b46c9c0ca3d96acbebc5499c32ee6369e1eec", which was broken.
Reported-by: Jonathan Rogers
Branch
--
REL9_2_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/615f6790d8fac2920eb88a6458768796e45a1020
Modified Files
--
doc/src/sgml/plpy
PL/Python: Fix example
Revert "6f6b46c9c0ca3d96acbebc5499c32ee6369e1eec", which was broken.
Reported-by: Jonathan Rogers
Branch
--
REL9_3_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/42a78568dc34584a1b7aad6209f6e2f1d28f0054
Modified Files
--
doc/src/sgml/plpy
PL/Python: Fix example
Revert "6f6b46c9c0ca3d96acbebc5499c32ee6369e1eec", which was broken.
Reported-by: Jonathan Rogers
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/3e81a33d799ed8c12847eb8ef1685563eeb10e7d
Modified Files
--
doc/src/sgml/plpython.sg
PL/Python: Fix example
Revert "6f6b46c9c0ca3d96acbebc5499c32ee6369e1eec", which was broken.
Reported-by: Jonathan Rogers
Branch
--
REL9_4_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/4ffa8806ee5187526b592e1918cd17c1cdde802d
Modified Files
--
doc/src/sgml/plpy
On Sat, Nov 1, 2014 at 10:22 PM, Peter Eisentraut wrote:
> On 10/25/14 2:00 PM, Heikki Linnakangas wrote:
> > Oops, I fumbled the backpatch of pg_upgrade changes.
> >
> > Somehow I got 9.2 and 9.4 correct, but fumbled 9.3.
>
> This is still producing a compiler warning:
>
> check.c:471:2: error:
On 10/31/14 12:47 PM, Robert Haas wrote:
> Support frontend-backend protocol communication using a shm_mq.
This fails cpluspluscheck.
src/include/libpq/pqmq.h needs to include something that defines StringInfo.
--
Sent via pgsql-committers mailing list ([email protected])
To mak
On 10/25/14 2:00 PM, Heikki Linnakangas wrote:
> Oops, I fumbled the backpatch of pg_upgrade changes.
>
> Somehow I got 9.2 and 9.4 correct, but fumbled 9.3.
This is still producing a compiler warning:
check.c:471:2: error: implicit declaration of function
'pg_valid_server_encoding' [-Werror=imp