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 ------ master Details ------- https://git.postgresql.org/pg/commitdiff/36f7330b8b2238c2093d7eac521f996b33e66121 Modified Files -------------- src/backend/commands/tablecmds.c | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-)
