Обсуждение: pgsql: Small code simplifications

Поиск
Список
Период
Сортировка

pgsql: Small code simplifications

От
Peter Eisentraut
Дата:
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(-)