aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heapam.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2007-11-07 12:24:24 +0000
committerPeter Eisentraut <peter_e@gmx.net>2007-11-07 12:24:24 +0000
commit5f9869d0ee1ec8b4d45cc50334cd8c5582969f3b (patch)
tree557979f35c5b949d1fd8db7375b10fea6623aea6 /src/backend/access/heap/heapam.c
parente9d7bd2650f63f3395d8d597c37caffc67803b94 (diff)
downloadpostgresql-5f9869d0ee1ec8b4d45cc50334cd8c5582969f3b.tar.gz
postgresql-5f9869d0ee1ec8b4d45cc50334cd8c5582969f3b.zip
Use "alternative" instead of "alternate" where it is clearer.
Diffstat (limited to 'src/backend/access/heap/heapam.c')
-rw-r--r--src/backend/access/heap/heapam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c
index 95890a86c4a..052393fc6b9 100644
--- a/src/backend/access/heap/heapam.c
+++ b/src/backend/access/heap/heapam.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/access/heap/heapam.c,v 1.243 2007/10/16 17:05:26 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/access/heap/heapam.c,v 1.244 2007/11/07 12:24:24 petere Exp $
*
*
* INTERFACE ROUTINES
@@ -1056,7 +1056,7 @@ heap_openrv(const RangeVar *relation, LOCKMODE lockmode)
/* ----------------
* heap_beginscan - begin relation scan
*
- * heap_beginscan_bm is an alternate entry point for setting up a HeapScanDesc
+ * heap_beginscan_bm is an alternative entry point for setting up a HeapScanDesc
* for a bitmap heap scan. Although that scan technology is really quite
* unlike a standard seqscan, there is just enough commonality to make it
* worth using the same data structure.