pgsql: ATExecSetRelOptions: Reduce scope of 'isnull' variable

From: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ATExecSetRelOptions: Reduce scope of 'isnull' variable
Date: 2025-03-13 17:18:48
Message-ID: E1tsmCm-002Ist-0T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ATExecSetRelOptions: Reduce scope of 'isnull' variable

Author: Nikolay Shaplov <dhyan(at)nataraj(dot)su>
Reviewed-by: Timur Magomedov <t(dot)magomedov(at)postgrespro(dot)ru>
Discussion: https://postgr.es/m/1913854.tdWV9SEqCh@thinkpad-pgpro

Branch
------
master

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

Modified Files
--------------
src/backend/commands/tablecmds.c | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-03-13 20:08:09 pgsql: Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input
Previous Message Álvaro Herrera 2025-03-13 16:38:49 pgsql: Make lwlocknames.h generated file less ugly