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: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

Reply via email to