pgsql: Fix jsonpath existense checking of missing variables

2023-01-12 Thread Alexander Korotkov
Fix jsonpath existense checking of missing variables The current jsonpath code assumes that the referenced variable always exists. It could only throw an error at the value valuation time. At the same time existence checking assumes variable is present without valuation, and error suppression doe

pgsql: Fix jsonpath existense checking of missing variables

2023-01-12 Thread Alexander Korotkov
Fix jsonpath existense checking of missing variables The current jsonpath code assumes that the referenced variable always exists. It could only throw an error at the value valuation time. At the same time existence checking assumes variable is present without valuation, and error suppression doe

pgsql: Fix jsonpath existense checking of missing variables

2023-01-12 Thread Alexander Korotkov
Fix jsonpath existense checking of missing variables The current jsonpath code assumes that the referenced variable always exists. It could only throw an error at the value valuation time. At the same time existence checking assumes variable is present without valuation, and error suppression doe

pgsql: Fix jsonpath existense checking of missing variables

2023-01-12 Thread Alexander Korotkov
Fix jsonpath existense checking of missing variables The current jsonpath code assumes that the referenced variable always exists. It could only throw an error at the value valuation time. At the same time existence checking assumes variable is present without valuation, and error suppression doe

pgsql: Fix jsonpath existense checking of missing variables

2023-01-12 Thread Alexander Korotkov
Fix jsonpath existense checking of missing variables The current jsonpath code assumes that the referenced variable always exists. It could only throw an error at the value valuation time. At the same time existence checking assumes variable is present without valuation, and error suppression doe