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

Commit2d7795e

Browse files
committed
Prevent forced blank line before comment block in pgindent.
1 parente044fc0 commit2d7795e

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

‎src/backend/access/heap/heapam.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.116 2001/05/17 15:22:12 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.117 2001/05/17 15:55:23 momjian Exp $
1212
*
1313
*
1414
* INTERFACE ROUTINES
@@ -1111,7 +1111,7 @@ heap_fetch(Relation relation,
11111111
IncrHeapAccessStat(global_fetch);
11121112

11131113
/*
1114-
* get the buffer from the relation descriptor Note that this does a
1114+
* get the buffer from the relation descriptor. Note that this does a
11151115
* buffer pin.
11161116
*/
11171117

‎src/backend/commands/vacuum.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.191 2001/05/1701:28:50 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.192 2001/05/1715:55:24 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -762,7 +762,6 @@ scan_heap(VRelStats *vacrelstats, Relation onerel,
762762
}
763763
elseif (!TransactionIdIsInProgress(tuple.t_data->t_xmin))
764764
{
765-
766765
/*
767766
* Not Aborted, Not Committed, Not in Progress -
768767
* so it's from crashed process. - vadim 11/26/96
@@ -817,7 +816,6 @@ scan_heap(VRelStats *vacrelstats, Relation onerel,
817816
}
818817
elseif (!TransactionIdIsInProgress(tuple.t_data->t_xmax))
819818
{
820-
821819
/*
822820
* Not Aborted, Not Committed, Not in Progress - so it
823821
* from crashed process. - vadim 06/02/97

‎src/tools/pgindent/pgindent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ thenecho "You appear to have GNU indent rather than BSD indent." >&2
1919
echo"See the pgindent/README file for a description of its problems.">&2
2020
EXTRA_OPTS="-ncdb -bli0 -npcs -cli4"
2121
elseecho"Hope you installed /src/tools/pgindent/indent.bsd.patch.">&2
22-
EXTRA_OPTS="-bbb -cli1"
22+
EXTRA_OPTS="-cli1"
2323
fi
2424

2525
for FILE

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp