1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Fix whitespace

This commit is contained in:
Peter Eisentraut
2015-05-16 20:43:32 -04:00
parent 0563b4c0c3
commit e6dc503445
7 changed files with 1 additions and 8 deletions

View File

@ -13,5 +13,3 @@ ALTER SEQUENCE fkey_table_seq
ALTER SEQUENCE fkey_table_seq_renamed
SET SCHEMA foo;

View File

@ -3,4 +3,3 @@
---
CREATE EXTENSION pg_stat_statements;

View File

@ -9,4 +9,3 @@ CREATE SEQUENCE fkey_table_seq
START 10
CACHE 10
CYCLE;

View File

@ -50,4 +50,3 @@ create operator =(procedure = same, leftarg = ctype, rightarg = ctype);
create operator class ctype_hash_ops
default for type ctype using hash as
operator 1 =(ctype, ctype);