Remove unused arg and dead code in set_attnotnull()

The is_valid parameter was never referenced in the function body, and
the 'thisatt' local variable is set but never used.  Remove both.

Oversight in a379061a22a8.

Author: Sami Imseih <[email protected]>
Backpatch-through: 18
Discussion: 
https://postgr.es/m/caa5rz0thnvsrfuy4jwjchjvkl_aje0hcnzpmsfrdlrsxcne...@mail.gmail.com

Branch
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1d24c588975a3982720cd7874496d1dffb83d292

Modified Files
--------------
src/backend/commands/tablecmds.c | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)

Reply via email to