Re: Possible fault with resolve column name (plpgsql)

2021-09-16 Thread Ranier Vilela
Em qui., 16 de set. de 2021 às 17:05, Tom Lane escreveu: > Ranier Vilela writes: > > Found by llvm scan build. > > Argument with 'nonnull' attribute passed null pl/plpgsql/src/pl_comp.c > > resolve_column_ref > > This is somewhere between pointless and counterproductive. Not if you've ever used

Re: Possible fault with resolve column name (plpgsql)

2021-09-16 Thread Tom Lane
Ranier Vilela writes: > Found by llvm scan build. > Argument with 'nonnull' attribute passed null pl/plpgsql/src/pl_comp.c > resolve_column_ref This is somewhere between pointless and counterproductive. colname won't be used unless the switch has set nnames_field (and the identified number of na