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:05
Message-ID: E1ZAhdh-0007Dj-5p@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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1fd0d5ec0373666fe00db4f641490d9e82f53e01

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 Joe Conway 2015-07-02 16:47:09 pgsql: Whitespace fix - replace tab with spaces in CREATE TABLE command
Previous Message Heikki Linnakangas 2015-07-02 16:21:51 pgsql: Replace obsolete autoconf macros with their modern replacements.