aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/network_gist.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-09-02 15:53:06 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-09-02 15:56:50 +0300
commitc1008f0037ec9c738127c2fa6d7f6c88d885f45f (patch)
tree6832c92a64a63ee5321008d8d3a46cc170f6c7ce /src/backend/utils/adt/network_gist.c
parentf8f4227976a2cdb8ac7c611e49da03aa9e65e0d2 (diff)
downloadpostgresql-c1008f0037ec9c738127c2fa6d7f6c88d885f45f.tar.gz
postgresql-c1008f0037ec9c738127c2fa6d7f6c88d885f45f.zip
Check number of parameters in RAISE statement at compile time.
The number of % parameter markers in RAISE statement should match the number of parameters given. We used to check that at execution time, but we have all the information needed at compile time, so let's check it at compile time instead. It's generally better to find mistakes earlier. Marko Tiikkaja, reviewed by Fabien Coelho
Diffstat (limited to 'src/backend/utils/adt/network_gist.c')
0 files changed, 0 insertions, 0 deletions