aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heapam.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-05-17 15:22:12 +0000
committerBruce Momjian <bruce@momjian.us>2001-05-17 15:22:12 +0000
commite044fc0599bc48d3ca86aba9bed47ee7cf6f6802 (patch)
treefe741a5ba88d0add6eaa9fd7bef9c543b96087d3 /src/backend/access/heap/heapam.c
parent806aba49fd017c328a9faaf8d943db34ffffee2d (diff)
downloadpostgresql-e044fc0599bc48d3ca86aba9bed47ee7cf6f6802.tar.gz
postgresql-e044fc0599bc48d3ca86aba9bed47ee7cf6f6802.zip
Spacing cleanup.
Diffstat (limited to 'src/backend/access/heap/heapam.c')
-rw-r--r--src/backend/access/heap/heapam.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c
index 2325a011a1d..a2440f8ed68 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.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
@@ -1166,7 +1166,6 @@ heap_fetch(Relation relation,
}
else
{
-
/*
* All checks passed, so return the tuple as valid. Caller is now
* responsible for releasing the buffer.