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: E1eb0gu-0007Qq-81@gemulon.postgresql.org
Views: Raw Message | Whole Thread | 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_3_STABLE

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

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