pgsql: Small code simplifications

Started by Peter Eisentrautover 5 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Small code simplifications

strVal() can be used in a couple of places instead of coding the same
thing by hand.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6114040711affa2b0bcf47fa2791187daf8455fb

Modified Files
--------------
src/backend/foreign/foreign.c | 2 +-
src/backend/parser/gram.y | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)