1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

Prevent forced blank line before comment block in pgindent.

This commit is contained in:
Bruce Momjian
2001-05-17 15:55:24 +00:00
parent e044fc0599
commit 2d7795ebb4
3 changed files with 4 additions and 6 deletions

View File

@ -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.
*/