pgsql: Cope with indicator arrays that do not have the correct length.

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Cope with indicator arrays that do not have the correct length.
Date: 2018-01-15 09:04:28
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Cope with indicator arrays that do not have the correct length.

Patch by: "Rader, David" <davidr(at)openscg(dot)com>

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f082ef83688b036437e580f42894f674534fdb24

Modified Files
--------------
src/interfaces/ecpg/preproc/type.c | 10 ++++++++++
1 file changed, 10 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-01-16 23:11:19 pgsql: Remove useless use of bit-masking macros
Previous Message Masahiko Sawada 2018-01-15 05:02:49 Re: [COMMITTERS] pgsql: Improve performance of get_actual_variable_range with recently-d