little error messages fix

Started by Liam Stewartover 24 years ago4 messagespatches
Jump to latest
#1Liam Stewart
liams@redhat.com

The period on the end of postgresql.con.backend is usually bumped to a
new line due to a newline present at the end of most error messages so
I removed the period.

Liam

--
Liam Stewart :: Red Hat Canada, Ltd. :: liams@redhat.com

Attachments:

patch.txttext/plain; charset=us-asciiDownload+2-2
#2Bruce Momjian
bruce@momjian.us
In reply to: Liam Stewart (#1)
Re: little error messages fix

Your patch has been added to the PostgreSQL unapplied patches list at:

http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------

Liam Stewart wrote:

The period on the end of postgresql.con.backend is usually bumped to a
new line due to a newline present at the end of most error messages so
I removed the period.

Liam

--
Liam Stewart :: Red Hat Canada, Ltd. :: liams@redhat.com

[ Attachment, skipping... ]

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#3Barry Lind
barry@xythos.com
In reply to: Liam Stewart (#1)
Re: [PATCHES] little error messages fix

Liam,

Patch is applied.

thanks,
--Barry

Liam Stewart wrote:

Show quoted text

The period on the end of postgresql.con.backend is usually bumped to a
new line due to a newline present at the end of most error messages so
I removed the period.

Liam

------------------------------------------------------------------------

Index: src/interfaces/jdbc/org/postgresql/errors.properties
===================================================================
RCS file: /projects/cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/errors.properties,v
retrieving revision 1.9
diff -c -r1.9 errors.properties
*** src/interfaces/jdbc/org/postgresql/errors.properties	2002/03/09 17:36:14	1.9
--- src/interfaces/jdbc/org/postgresql/errors.properties	2002/03/26 21:12:36
***************
*** 3,9 ****
postgresql.drv.version:An internal error has occured. Please recompile the driver.
postgresql.con.auth:The authentication type {0} is not supported. Check that you have configured the pg_hba.conf file to include the client's IP address or Subnet, and that it is using an authentication scheme supported by the driver.
postgresql.con.authfail:An error occured while getting the authentication request.
! postgresql.con.backend:Backend start-up failed: {0}.
postgresql.con.call:Callable Statements are not supported at this time.
postgresql.con.creobj:Failed to create object for {0} {1}
postgresql.con.failed:The connection attempt failed because {0}
--- 3,9 ----
postgresql.drv.version:An internal error has occured. Please recompile the driver.
postgresql.con.auth:The authentication type {0} is not supported. Check that you have configured the pg_hba.conf file to include the client's IP address or Subnet, and that it is using an authentication scheme supported by the driver.
postgresql.con.authfail:An error occured while getting the authentication request.
! postgresql.con.backend:Backend start-up failed: {0}
postgresql.con.call:Callable Statements are not supported at this time.
postgresql.con.creobj:Failed to create object for {0} {1}
postgresql.con.failed:The connection attempt failed because {0}

------------------------------------------------------------------------

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

#4Bruce Momjian
bruce@momjian.us
In reply to: Liam Stewart (#1)
Re: little error messages fix

Patch applied. Thanks.

---------------------------------------------------------------------------

Liam Stewart wrote:

The period on the end of postgresql.con.backend is usually bumped to a
new line due to a newline present at the end of most error messages so
I removed the period.

Liam

--
Liam Stewart :: Red Hat Canada, Ltd. :: liams@redhat.com

[ Attachment, skipping... ]

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026