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 ++-- src/include/utils/datetime.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/include') 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 diff --git a/src/include/utils/datetime.h b/src/include/utils/datetime.h index 8b17ae8b9e..3a6c6e6906 100644 --- a/src/include/utils/datetime.h +++ b/src/include/utils/datetime.h @@ -9,7 +9,7 @@ * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/datetime.h,v 1.67 2007/06/12 16:01:31 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/datetime.h,v 1.68 2007/11/07 12:24:24 petere Exp $ * *------------------------------------------------------------------------- */ @@ -29,7 +29,7 @@ * String definitions for standard time quantities. * * These strings are the defaults used to form output time strings. - * Other alternate forms are hardcoded into token tables in datetime.c. + * Other alternative forms are hardcoded into token tables in datetime.c. * ---------------------------------------------------------------- */ -- cgit v1.2.3