quick english patch

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: PostgreSQL Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: quick english patch
Date: 2000-11-21 13:14:34
Message-ID: 20001121071434.A29700@lerami.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Fix some english issues...
I also note some "interesting" (from an English perspective) #define
names that mayhaps need to be looked at.

Index: xlog.c
===================================================================
RCS file: /home/projects/pgsql/cvsroot/pgsql/src/backend/access/transam/xlog.c,v
retrieving revision 1.31
diff -c -r1.31 xlog.c
*** xlog.c 2000/11/21 10:17:57 1.31
--- xlog.c 2000/11/21 13:12:49
***************
*** 1426,1432 ****
ControlFile->catalog_version_no, CATALOG_VERSION_NO);

if (ControlFile->state == DB_SHUTDOWNED)
! elog(LOG, "Data Base System was shutted down at %s",
str_time(ControlFile->time));
else if (ControlFile->state == DB_SHUTDOWNING)
elog(LOG, "Data Base System was interrupted when shutting down at %s",
--- 1426,1432 ----
ControlFile->catalog_version_no, CATALOG_VERSION_NO);

if (ControlFile->state == DB_SHUTDOWNED)
! elog(LOG, "Data Base System was shutdown at %s",
str_time(ControlFile->time));
else if (ControlFile->state == DB_SHUTDOWNING)
elog(LOG, "Data Base System was interrupted when shutting down at %s",
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 (voice) Internet: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Karl DeBisschop 2000-11-21 13:57:34 Re: Table/Column Constraints
Previous Message Pete Forman 2000-11-21 10:19:53 Re: (download ANSI SQL benchmark?) Re: Postgres article