pgsql: Whitespace fix - replace tab with spaces in CREATE TABLE command

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Whitespace fix - replace tab with spaces in CREATE TABLE command
Date: 2015-07-02 16:47:09
Message-ID: E1ZAhdl-0007E5-NR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Whitespace fix - replace tab with spaces in CREATE TABLE command.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/cf2b5f9b33fda1cbeb8efdfd3989b5e88af74167

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-07-02 18:11:48 pgsql: Plug some trivial memory leaks in pg_dump and pg_upgrade.
Previous Message Joe Conway 2015-07-02 16:47:05 pgsql: Whitespace fix - replace tab with spaces in CREATE TABLE command