Fix whitespace
This commit is contained in:
parent
0563b4c0c3
commit
e6dc503445
@ -42,4 +42,3 @@ INSERT INTO pg_tablesample_method VALUES('system_rows', false, true,
|
|||||||
'tsm_system_rows_init', 'tsm_system_rows_nextblock',
|
'tsm_system_rows_init', 'tsm_system_rows_nextblock',
|
||||||
'tsm_system_rows_nexttuple', 'tsm_system_rows_examinetuple',
|
'tsm_system_rows_nexttuple', 'tsm_system_rows_examinetuple',
|
||||||
'tsm_system_rows_end', 'tsm_system_rows_reset', 'tsm_system_rows_cost');
|
'tsm_system_rows_end', 'tsm_system_rows_reset', 'tsm_system_rows_cost');
|
||||||
|
|
||||||
|
@ -37,4 +37,3 @@ INSERT INTO pg_tablesample_method VALUES('system_time', false, true,
|
|||||||
'tsm_system_time_init', 'tsm_system_time_nextblock',
|
'tsm_system_time_init', 'tsm_system_time_nextblock',
|
||||||
'tsm_system_time_nexttuple', '-', 'tsm_system_time_end',
|
'tsm_system_time_nexttuple', '-', 'tsm_system_time_end',
|
||||||
'tsm_system_time_reset', 'tsm_system_time_cost');
|
'tsm_system_time_reset', 'tsm_system_time_cost');
|
||||||
|
|
||||||
|
@ -2860,7 +2860,7 @@ TruncateMultiXact(void)
|
|||||||
SimpleLruTruncate(MultiXactOffsetCtl,
|
SimpleLruTruncate(MultiXactOffsetCtl,
|
||||||
MultiXactIdToOffsetPage(oldestMXact));
|
MultiXactIdToOffsetPage(oldestMXact));
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Now, and only now, we can advance the stop point for multixact members.
|
* Now, and only now, we can advance the stop point for multixact members.
|
||||||
* If we did it any sooner, the segments we deleted above might already
|
* If we did it any sooner, the segments we deleted above might already
|
||||||
|
@ -13,5 +13,3 @@ ALTER SEQUENCE fkey_table_seq
|
|||||||
|
|
||||||
ALTER SEQUENCE fkey_table_seq_renamed
|
ALTER SEQUENCE fkey_table_seq_renamed
|
||||||
SET SCHEMA foo;
|
SET SCHEMA foo;
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,4 +3,3 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
CREATE EXTENSION pg_stat_statements;
|
CREATE EXTENSION pg_stat_statements;
|
||||||
|
|
||||||
|
@ -9,4 +9,3 @@ CREATE SEQUENCE fkey_table_seq
|
|||||||
START 10
|
START 10
|
||||||
CACHE 10
|
CACHE 10
|
||||||
CYCLE;
|
CYCLE;
|
||||||
|
|
||||||
|
@ -50,4 +50,3 @@ create operator =(procedure = same, leftarg = ctype, rightarg = ctype);
|
|||||||
create operator class ctype_hash_ops
|
create operator class ctype_hash_ops
|
||||||
default for type ctype using hash as
|
default for type ctype using hash as
|
||||||
operator 1 =(ctype, ctype);
|
operator 1 =(ctype, ctype);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user