From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Fix some minor issues in view pretty-printing. |
Date: | 2012-12-24 22:52:38 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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
Modified Files
--------------
doc/src/sgml/func.sgml | 11 +-
src/backend/utils/adt/ruleutils.c | 215 +++++++++++++++++++-----------------
2 files changed, 119 insertions(+), 107 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2012-12-27 00:26:38 | pgsql: Add pg_upgrade --jobs parameter |
Previous Message | Simon Riggs | 2012-12-24 17:09:04 | pgsql: Update comments on rd_newRelfilenodeSubid. |