pgsql: Fix some minor issues in view pretty-printing.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix some minor issues in view pretty-printing.
Дата
Msg-id E1TnGsw-0002t2-Rf@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix some minor issues in view pretty-printing.

Code review for commit 2f582f76b1945929ff07116cd4639747ce9bb8a1: don't use
a static variable for what ought to be a deparse_context field, fix
non-multibyte-safe test for spaces, avoid useless and potentially O(N^2)
(though admittedly with a very small constant) calculations of wrap
positions when we aren't going to wrap.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7ec225d3d615694f308c43d8449861c8e8b1b6aa

Modified Files
--------------
doc/src/sgml/func.sgml            |   11 +-
src/backend/utils/adt/ruleutils.c |  215 +++++++++++++++++++-----------------
2 files changed, 119 insertions(+), 107 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Update comments on rd_newRelfilenodeSubid.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix some minor issues in view pretty-printing.