From 5f9869d0ee1ec8b4d45cc50334cd8c5582969f3b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 7 Nov 2007 12:24:24 +0000 Subject: Use "alternative" instead of "alternate" where it is clearer. --- src/include/access/htup.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/access/htup.h') diff --git a/src/include/access/htup.h b/src/include/access/htup.h index 32a27c972c..e7f46c6384 100644 --- a/src/include/access/htup.h +++ b/src/include/access/htup.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/htup.h,v 1.94 2007/09/20 17:56:32 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/htup.h,v 1.95 2007/11/07 12:24:24 petere Exp $ * *------------------------------------------------------------------------- */ @@ -406,7 +406,7 @@ do { \ /* - * MinimalTuple is an alternate representation that is used for transient + * MinimalTuple is an alternative representation that is used for transient * tuples inside the executor, in places where transaction status information * is not required, the tuple rowtype is known, and shaving off a few bytes * is worthwhile because we need to store many tuples. The representation -- cgit v1.2.1