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-0007Qn-85@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
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8b89b7aaca42d9f1b0798aebb84b088dd0b092fa

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