mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04:00
Spacing cleanup.
This commit is contained in:
parent
806aba49fd
commit
e044fc0599
1 changed files with 1 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.115 2001/05/16 22:35:12 tgl Exp $
|
* $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.116 2001/05/17 15:22:12 momjian Exp $
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* INTERFACE ROUTINES
|
* INTERFACE ROUTINES
|
||||||
|
|
@ -1166,7 +1166,6 @@ heap_fetch(Relation relation,
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* All checks passed, so return the tuple as valid. Caller is now
|
* All checks passed, so return the tuple as valid. Caller is now
|
||||||
* responsible for releasing the buffer.
|
* responsible for releasing the buffer.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue