]> granicus.if.org Git - postgresql/commit
Remove vestigial resolveUnknown arguments from transformSortClause etc.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 25 Jan 2017 14:33:41 +0000 (09:33 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 25 Jan 2017 14:35:00 +0000 (09:35 -0500)
commitaebeb4790c750dc808c1c5afb3cb435116244e36
tree532565a943fe186d599d075570c523331bf3c0fc
parent87ecf2d14fa236e894267ef5e702ff08b8965f9d
Remove vestigial resolveUnknown arguments from transformSortClause etc.

There's really no situation where we don't want these unknown-to-text
conversions to happen.  The alternative is failure anyway, and the one
caller that was passing "false" did so only because it expected the
case could not arise.  Might as well simplify the code.

Discussion: https://postgr.es/m/CAH2L28uwwbL9HUM-WR=hromW1Cvamkn7O-g8fPY2m=_7muJ0oA@mail.gmail.com
src/backend/parser/analyze.c
src/backend/parser/parse_agg.c
src/backend/parser/parse_clause.c
src/include/parser/parse_clause.h