Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0dbb7ae

Browse files
author
Barry Lind
committed
Patch to messages file from Holger Klawitter to add a missing message.
Patch to makefile to clean up some of the output Modified Files: jdbc/Makefile jdbc/org/postgresql/errors.properties jdbc/org/postgresql/errors_de.properties
1 parentd6b043e commit0dbb7ae

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

‎src/interfaces/jdbc/Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 2001, PostgreSQL Global Development Group
66
#
7-
# $Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/Makefile,v 1.37 2002/12/11 12:27:47 davec Exp $
7+
# $Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/Makefile,v 1.38 2003/02/12 06:13:04 barry Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -16,12 +16,12 @@ majorversion:= $(shell echo $(VERSION) | sed 's/^\([0-9][0-9]*\)\..*$$/\1/')
1616
minorversion:=$(shell echo$(VERSION) | sed 's/^[0-9][0-9]*\.\([0-9][0-9]*\).*$$/\1/')
1717

1818
build.properties:$(top_builddir)/src/Makefile.global
19-
echo"# This file was created by 'make build.properties'."> build.properties
20-
echo major=$(majorversion)>> build.properties
21-
echo minor=$(minorversion)>> build.properties
22-
echo fullversion=$(VERSION)>> build.properties
23-
echo def_pgport=$(DEF_PGPORT)>> build.properties
24-
echo enable_debug=$(enable_debug)>> build.properties
19+
@echo"# This file was created by 'make build.properties'."> build.properties
20+
@echo major=$(majorversion)>> build.properties
21+
@echo minor=$(minorversion)>> build.properties
22+
@echo fullversion=$(VERSION)>> build.properties
23+
@echo def_pgport=$(DEF_PGPORT)>> build.properties
24+
@echo enable_debug=$(enable_debug)>> build.properties
2525

2626
all: build.properties
2727
$(ANT) -buildfile$(srcdir)/build.xml all

‎src/interfaces/jdbc/org/postgresql/errors.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ postgresql.serial.underscore:Class names may not have _ in them. You supplied {0
7070
postgresql.stat.batch.error:Batch entry {0} {1} was aborted.
7171
postgresql.stat.maxfieldsize:An attempt to setMaxFieldSize() failed - compile time default in force.
7272
postgresql.stat.noresult:No results were returned by the query.
73+
postgresql.stat.result:A result was returned when none was expected.
7374
postgresql.stream.eof:The backend has broken the connection. Possibly the action you have attempted has caused it to close.
7475
postgresql.stream.flush:An I/O error has occured while flushing the output - {0}
7576
postgresql.stream.ioerror:An I/O error occured while reading from backend - {0}

‎src/interfaces/jdbc/org/postgresql/errors_de.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Message translation file for PostgreSQL JDBC driver
22
# Peter Eisentraut <peter_e@gmx.net>, 2001.
33
#
4-
# $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/Attic/errors_de.properties,v 1.3 2002/04/02 06:24:09 barry Exp $
4+
# $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/Attic/errors_de.properties,v 1.4 2003/02/12 06:13:04 barry Exp $
55

66
postgresql.con.auth:Der Authentifizierungstyp »{0}« wird nicht unterstützt.
77
postgresql.con.authfail:Ein Fehler trat auf während die Authentifizierungsanfrage empfangen wurde.
@@ -68,6 +68,7 @@ postgresql.serial.underscore:Zu serialisierende Klassennamen d
6868
postgresql.stat.batch.error:Batch-Anweisung Nummer {0} ({1}) wurde abgebrochen.
6969
postgresql.stat.maxfieldsize:setMaxFieldSize() is nicht möglich; die Grenze ist fest eingebaut.
7070
postgresql.stat.noresult:Die Abfrage ergab kein Ergebnis.
71+
postgresql.stat.result:Die Anweisung ergab einen Abfrageergebnissatz, obwohl keiner erwartet wurde.
7172
postgresql.stream.encoding:Nicht unterstützte Kodierung: {0}
7273
postgresql.stream.eof:Unerwarteter Verbindungsabbruch vom Server
7374
postgresql.stream.flush:Eingabe/Ausgabe-Fehler beim Flush zum Server: {0}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp