pgsql: Add WRITE_INDEX_ARRAY

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Add WRITE_INDEX_ARRAY
Дата
Msg-id E1mQ42b-0001sa-Jj@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add WRITE_INDEX_ARRAY

We have a few WRITE_{name of type}_ARRAY macros, but the one case
using the Index type was hand-coded.  Wrap it into a macro as well.

This also changes the behavior slightly: Before, the field name was
skipped if the length was zero.  Now it prints the field name even in
that case.  This is more consistent with how other array fields are
handled.

Reviewed-by: Jacob Champion <pchampion@vmware.com>
Discussion: https://www.postgresql.org/message-id/c091e5cd-45f8-69ee-6a9b-de86912cc7e7@enterprisedb.com

Branch
------
master

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

Modified Files
--------------
src/backend/nodes/outfuncs.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: jit: Do not try to shut down LLVM state in case of LLVM triggere
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix planner error with multiple copies of an AlternativeSubPlan.