A couple of things that were missed in the message style revision ...
given that we are now in string freeze, this will probably have to wait
for 8.1 or 8.0.1.

-- 
Alvaro Herrera (<[EMAIL PROTECTED]>)
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end." (2nd Commandment for C programmers)
Index: /home/alvherre/CVS/pgsql/source/00orig/src/backend/utils/misc/guc.c
===================================================================
RCS file: /home/alvherre/cvs/pgsql/src/backend/utils/misc/guc.c,v
retrieving revision 1.250
diff -c -r1.250 guc.c
*** /home/alvherre/CVS/pgsql/source/00orig/src/backend/utils/misc/guc.c 24 Nov 
2004 19:51:03 -0000      1.250
--- /home/alvherre/CVS/pgsql/source/00orig/src/backend/utils/misc/guc.c 6 Dec 
2004 22:51:34 -0000
***************
*** 1815,1821 ****
  
        {
                {"hba_file", PGC_POSTMASTER, FILE_LOCATIONS,
!                gettext_noop("Sets the server's \"hba\" configuration file"),
                 NULL,
                 GUC_SUPERUSER_ONLY
                },
--- 1815,1821 ----
  
        {
                {"hba_file", PGC_POSTMASTER, FILE_LOCATIONS,
!                gettext_noop("Sets the server's \"hba\" configuration file."),
                 NULL,
                 GUC_SUPERUSER_ONLY
                },
***************
*** 1825,1831 ****
  
        {
                {"ident_file", PGC_POSTMASTER, FILE_LOCATIONS,
!                gettext_noop("Sets the server's \"ident\" configuration file"),
                 NULL,
                 GUC_SUPERUSER_ONLY
                },
--- 1825,1831 ----
  
        {
                {"ident_file", PGC_POSTMASTER, FILE_LOCATIONS,
!                gettext_noop("Sets the server's \"ident\" configuration 
file."),
                 NULL,
                 GUC_SUPERUSER_ONLY
                },
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to