diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-05-17 15:55:24 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-05-17 15:55:24 +0000 |
commit | 2d7795ebb4bd50ec668b221f532fb9aea3352ebc (patch) | |
tree | 79369cc9a0639bf330e62e643897f04d10478aa4 /src/backend/access/heap/heapam.c | |
parent | e044fc0599bc48d3ca86aba9bed47ee7cf6f6802 (diff) | |
download | postgresql-2d7795ebb4bd50ec668b221f532fb9aea3352ebc.tar.gz postgresql-2d7795ebb4bd50ec668b221f532fb9aea3352ebc.zip |
Prevent forced blank line before comment block in pgindent.
Diffstat (limited to 'src/backend/access/heap/heapam.c')
-rw-r--r-- | src/backend/access/heap/heapam.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c index a2440f8ed68..fb36736838a 100644 --- a/src/backend/access/heap/heapam.c +++ b/src/backend/access/heap/heapam.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.116 2001/05/17 15:22:12 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.117 2001/05/17 15:55:23 momjian Exp $ * * * INTERFACE ROUTINES @@ -1111,7 +1111,7 @@ heap_fetch(Relation relation, IncrHeapAccessStat(global_fetch); /* - * get the buffer from the relation descriptor Note that this does a + * get the buffer from the relation descriptor. Note that this does a * buffer pin. */ |