Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6b30d13

Browse files
committed
Fix whitespace
1 parent93f6c63 commit6b30d13

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed

‎src/bin/pg_basebackup/streamutil.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*-------------------------------------------------------------------------
22
*
33
* streamutil.c - utility functions for pg_basebackup, pg_receivewal and
4-
*pg_recvlogical
4+
*pg_recvlogical
55
*
66
* Author: Magnus Hagander <magnus@hagander.net>
77
*

‎src/test/isolation/specs/predicate-gin.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,3 @@ permutation "rxy4" "wy4" "rxy3" "c2" "wx3" "c1"
131131

132132
permutation"rxy1""rxy2fu""wx1""c1""wy2fu""c2"
133133
permutation"fu1""rxy1""rxy2fu""wx1""c1""wy2fu""c2"
134-

‎src/test/isolation/specs/predicate-hash.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ teardown
2828
}
2929

3030
session"s1"
31-
setup
31+
setup
3232
{
3333
beginisolationlevelserializable;
3434
setenable_seqscan=off;
@@ -45,7 +45,7 @@ step "c1"{ commit; }
4545

4646

4747
session"s2"
48-
setup
48+
setup
4949
{
5050
beginisolationlevelserializable;
5151
setenable_seqscan=off;
@@ -99,7 +99,7 @@ permutation "rxy2" "wy2" "rxy1" "wx1" "c1" "c2"
9999
permutation"rxy2""wy2""rxy1""wx1""c2""c1"
100100
permutation"rxy2""wy2""rxy1""c2""wx1""c1"
101101

102-
# An index scan (from one transaction) and an index insert (from another
102+
# An index scan (from one transaction) and an index insert (from another
103103
# transaction) try to access different buckets of the index so no r-w conflict.
104104

105105
permutation"rxy3""wx3""rxy4""c1""wy4""c2"

‎src/test/regress/sql/func_index.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,3 @@ select pg_stat_get_xact_tuples_hot_updated('keyvalue'::regclass);
2929
update keyvalueset info='{"name": "smith", "data": "some more data"}'where id=1;
3030
select pg_stat_get_xact_tuples_hot_updated('keyvalue'::regclass);
3131
rollback;
32-
33-

‎src/test/regress/sql/index_including.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,3 @@ ALTER TABLE tbl ALTER c1 TYPE bigint;
197197
ALTERTABLE tbl ALTER c3 TYPEbigint;
198198
\d tbl
199199
DROPTABLE tbl;
200-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp