pgsql: regression: adjust polygon diagrams to not use tabs

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: regression: adjust polygon diagrams to not use tabs
Date: 2014-10-11 21:14:19
Message-ID: E1Xd3zX-00039d-Ny@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

regression: adjust polygon diagrams to not use tabs

Also, small diagram adjustments

Patch by Emre Hasegeli

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4f2e5a8a84f39ec027d1018f655b85b1b1513701

Modified Files
--------------
src/test/regress/expected/polygon.out | 35 +++++++++++++++++----------------
src/test/regress/sql/polygon.sql | 35 +++++++++++++++++----------------
2 files changed, 36 insertions(+), 34 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-10-11 21:24:00 pgsql: docs: remove mention that attnotnull should be changed
Previous Message Bruce Momjian 2014-10-11 19:01:48 Re: pgsql: Fix documentation template for CREATE TRIGGER.