Re: [HACKERS] [COMMITTERS] pgsql: /home/peter/commit-msg

2009-11-20 Thread Kris Jurka
appened is that they weren't able to pull newer updates as well which seems like a net loss. Kris Jurka -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

Re: [COMMITTERS] pgsql: TODO item not needed anymore now that the buffer cache is

2007-06-02 Thread Kris Jurka
ese buffers kept around, not about pg's own buffer cache. So I think it's still valid. Kris Jurka ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org

Re: [COMMITTERS] pgsql: Use unsigned into for slock_t for pre-sparcv8plus.

2006-05-18 Thread Kris Jurka
Bruce Momjian wrote: Log Message: --- Use unsigned into for slock_t for pre-sparcv8plus. This breaks x86. http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=kudu&dt=2006-05-19%2004:30:01 Kris Jurka ---(end of broadcast)--- TIP 2: D

Re: [COMMITTERS] pgsql: Don't try to compile SSL CRL support if

2006-05-04 Thread Kris Jurka
message if there is a CRL file that we're not going to check. Kris Jurka [1] http://archives.postgresql.org/pgsql-committers/2005-07/msg00194.php [2] http://www.openssl.org/news/ ---(end of broadcast)--- TIP 1: if posting/reading through

Re: [COMMITTERS] pgsql: Modify Solaris compiler build rules to use the cpp preprocessor,

2006-04-28 Thread Kris Jurka
Bruce Momjian wrote: Log Message: --- Modify Solaris compiler build rules to use the cpp preprocessor, the the x86 file. Well it compiles now, but it doesn't seem to work: http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=kudu&dt=2006-04-28%2016:30:01 selecting default max_connections ..

Re: [COMMITTERS] pgsql: plpython improvements: 1) named parameters additionally

2006-04-26 Thread Kris Jurka
Bruce Momjian wrote: Log Message: --- plpython improvements: These don't seem to work: http://pgbuildfarm.org/cgi-bin/show_status.pl ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.pos

Re: [COMMITTERS] pgsql: Change libpq's PQgetssl() to return a void*, rather than

2006-04-26 Thread Kris Jurka
Bruce Momjian wrote: Log Message: --- Change libpq's PQgetssl() to return a void*, rather than SSL *, so that applications don't need the SSL headers. Now that libpq-fe.h doesn't include the code in psql's startup.c needs to include it itself. ---(end of bro

Re: [COMMITTERS] pgsql: Allow psql multi-line column values to align

2006-02-09 Thread Kris Jurka
On Thu, 9 Feb 2006, Bruce Momjian wrote: Log Message: --- Allow psql multi-line column values to align in the proper columns There is a problem with this on AIX. http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=asp&dt=2006-02-10%2006:23:00 For tables that have no columns AIX thinks i

Re: [COMMITTERS] pgsql: Allow psql multi-line column values to align

2006-02-09 Thread Kris Jurka
On Thu, 9 Feb 2006, Bruce Momjian wrote: Log Message: --- Allow psql multi-line column values to align in the proper columns You have not fixed the expected results for the contrib regression tests. Kris Jurka ---(end of broadcast

Re: [COMMITTERS] pgsql: Fix broken non-YYDEBUG case.

2006-02-08 Thread Kris Jurka
Tom Lane wrote: Log Message: --- Fix broken non-YYDEBUG case. This code is still broken for C compilers that don't support C++ comments. src/interfaces/ecpg/preproc/output.c:139 http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=kookaburra&dt=2006-02-09%2005:23:01 ---

Re: [COMMITTERS] pgsql: Add 'day' field to INTERVAL so 1 day interval can be

2005-07-20 Thread Kris Jurka
_log.pl?nm=dragonfly&dt=2005-07-20%2017:30:00 Kris Jurka ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match

Re: [COMMITTERS] pgsql: Fix contrib/pgcrypto to autoconfigure for

2005-07-06 Thread Kris Jurka
": No such cipher algorithm'. I've got OpenSSL 0.9.6g 9 Aug 2002, is that just too old? Kris Jurka gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing -g -fpic -DPIC -DRAND_OPENSSL -I. -I../../src/include -I/usr/pkg/include -c -o openssl.o openssl.c o

Re: [COMMITTERS] pgsql: Fix contrib/pgcrypto to autoconfigure for

2005-07-05 Thread Kris Jurka
On Wed, 6 Jul 2005, Tom Lane wrote: > Not a lot of help there: > > ERROR: could not load library > "/usr/home/pgfarm/netbsd/HEAD/inst/lib/postgresql/pgcrypto.so": dlopen > (/usr/home/pgfarm/netbsd/HEAD/inst/lib/postgresql/pgcrypto.so) failed > > On most Unixen that I've dealt with, this sor

Re: [COMMITTERS] pgsql: Fix contrib/pgcrypto to autoconfigure for

2005-07-05 Thread Kris Jurka
ildfarm.org/cgi-bin/show_log.pl?nm=canary&dt=2005-07-06%2002:30:01 ldd on pgcrypto.so shows: -lc.12 => /usr/lib/libc.so.12 -lcrypto.300 => /usr/pkg/lib/libcrypto.so.300 -lssl.300 => /usr/pkg/lib/libssl.so.300 -lcrypt.0 => /usr/lib/libcrypt.so.0

[COMMITTERS] pgsql: In Blob.getBytes(long position, int length) position is an offset

2005-05-08 Thread Kris Jurka
Log Message: --- In Blob.getBytes(long position, int length) position is an offset starting at 1, not zero as the driver was previously doing. Thanks to Emmanuel Bernard for the report. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/interfaces/jdbc/org/postgresql:

Re: [COMMITTERS] pgsql: Remove item, not sure what it refers to:

2005-04-24 Thread Kris Jurka
On Sat, 23 Apr 2005, Bruce Momjian wrote: > Log Message: > --- > Remove item, not sure what it refers to: > > < * Allow ORDER BY ... LIMIT 1 to select high/low value without sort or > < index using a sequential scan for highest/lowest values > < > < If only one value is needed, the

[COMMITTERS] pgsql: Updatable ResultSets need to check for an empty ResultSet because

2005-04-22 Thread Kris Jurka
Log Message: --- Updatable ResultSets need to check for an empty ResultSet because isBeforeFirst and isAfterLast both return false for an empty result so the checking to make sure the user is on a valid row wasn't working. Also don't allow an insert without specifying at least one column v

[COMMITTERS] pgsql: Release build 216.

2005-04-22 Thread Kris Jurka
Log Message: --- Release build 216. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/interfaces/jdbc/org/postgresql: Driver.java.in (r1.36.2.6 -> r1.36.2.7) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/jdbc/org/postgresql/Driver.ja

[COMMITTERS] pgsql: When moveToCurrentRow is called and the current row is off the

2005-04-22 Thread Kris Jurka
Log Message: --- When moveToCurrentRow is called and the current row is off the end of the ResultSet we can't try to load that row because it doesn't exist and will throw an Exception. Reported by Prasanth. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/interfaces/

[COMMITTERS] pgsql: When positioned before the start of a ResultSet issuing

2005-04-18 Thread Kris Jurka
Log Message: --- When positioned before the start of a ResultSet issuing relative(0) results in an exception being thrown when it really should be a no-op. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/interfaces/jdbc/org/postgresql/jdbc2: AbstractJdbc2Resu

[COMMITTERS] pgsql: Add index entries for function volatilities.

2005-01-14 Thread Kris Jurka
Log Message: --- Add index entries for function volatilities. Modified Files: -- pgsql/doc/src/sgml: xfunc.sgml (r1.95 -> r1.96) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/xfunc.sgml.diff?r1=1.95&r2=1.96) ---(end

[COMMITTERS] pgsql: Fix mapping infinite timestamp values to arbitrary dates.

2005-01-13 Thread Kris Jurka
Log Message: --- Fix mapping infinite timestamp values to arbitrary dates. Report from Oliver Siegmar. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/interfaces/jdbc/org/postgresql/jdbc1: AbstractJdbc1ResultSet.java (r1.22.2.4 -> r1.22.2.5) (http://

Re: [COMMITTERS] cvs commit: pgmemcache pgmemcache.c

2004-12-17 Thread Kris Jurka
What I meant to write was, this commit message subject header is not using the pgfoundry format that was supposed to alleviate all concerns about flooding this list with messages that I am not interested in. Kris Jurka ---(end of broadcast

Re: [COMMITTERS] cvs commit: pgmemcache pgmemcache.c

2004-12-17 Thread Kris Jurka
This commit message On Fri, 17 Dec 2004 [EMAIL PROTECTED] wrote: > seanc 2004/12/17 22:40:51 GMT > > PostgreSQL src repository > > Modified files: > .pgmemcache.c > Log: > *) Explicitly inline the macro wrappers for pfree(), palloc(), pstrdup(), > an

[COMMITTERS] pgsql: Correctly cast the return value of a CallableStatement when

2004-10-21 Thread Kris Jurka
Log Message: --- Correctly cast the return value of a CallableStatement when getShort is called. getByte presents a can't happen situation as no function can return a TINYINT because pg doesn't have an equivalent type. Make this throw an exception if we get to this point. Thanks to Christ

Re: [COMMITTERS] pgsql: Add some code to ensure that we don't lose

2004-10-18 Thread Kris Jurka
tream it directly from disk to the sever. Kris Jurka ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Re: [COMMITTERS] pgsql-server: Fix TAS assembly stuff for Solaris/386.

2004-09-24 Thread Kris Jurka
On Fri, 24 Sep 2004, Tom Lane wrote: > Kris Jurka <[EMAIL PROTECTED]> writes: > > UINT64CONST produces these in a number of places: > > "xlog.c", line 552: warning: constant promoted to unsigned long long > > > it likes either ##ULL or unadorned. The

Re: [COMMITTERS] pgsql-server: Fix TAS assembly stuff for Solaris/386.

2004-09-24 Thread Kris Jurka
icant amount is from switch statements written like this: switch(i) { case 1: return 1; break; } Kris Jurka ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Re: [COMMITTERS] pginstaller - CVSROOT: Update address for CVS

2004-09-24 Thread Kris Jurka
7;s a bad idea, Marc likes it and everyone else doesn't seem to care. Kris Jurka ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your

Re: [COMMITTERS] pgsql-server: Fix TAS assembly stuff for Solaris/386.

2004-09-23 Thread Kris Jurka
On Thu, 23 Sep 2004, Tom Lane wrote: > Kris Jurka <[EMAIL PROTECTED]> writes: > > It passes regression tests, > > Regression tests on what exactly --- which platform, which compiler? > (The gcc and non-gcc paths are different on Solaris, so if you can > test both

Re: [COMMITTERS] pgsql-server: Fix TAS assembly stuff for Solaris/386.

2004-09-23 Thread Kris Jurka
./../../../src/include/storage/s_lock.h", line 661: warning: /* encountered inside a comment There are a number of other warnings in the compile as well. Is our goal a warning free compile on just gcc or all compilers? Kris Jurka ---(end of broadcast)---

Re: [COMMITTERS] pginstaller - pginst: Update JDBC to build 7.4.215.

2004-09-13 Thread Kris Jurka
the committers list isn't who I want to address. There's no association with the installer project other than the subject. Kris Jurka ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match

Re: [COMMITTERS] pginstaller - pginst: Update JDBC to build 7.4.215.

2004-09-13 Thread Kris Jurka
pgrades. Does a file like pg74.215.jdbc3.jar get renamed to a generic file like pg74.jdbc3.jar so that an upgrade can overwrite that file so that an application referencing the file automatically picks up new changes? Kris Jurka ---(end of broadcast)

[COMMITTERS] pgsql-server: Protected access to variable m_preparedCount via

2004-09-13 Thread Kris Jurka
Log Message: --- Protected access to variable m_preparedCount via synchronized function to prevent multiple threads using automatic cursors on the same connection from stomping over each others cursor. Originally Jan Wieck, re-reported by Jack Orenstein after accidental removal. Tags: ---

[COMMITTERS] pgsql-server: ResultSet.moveToCurrentRow was checking the cached

2004-09-13 Thread Kris Jurka
Log Message: --- ResultSet.moveToCurrentRow was checking the cached updateability flag assuming it had been set instead of correctly calling the isUpdateable() method which sets the flag if needed. This usually worked because moveToCurrentRow is only useful after a moveToInsertRow call whi

[COMMITTERS] pgsql-server: New build for the 7.4.4 release.

2004-08-12 Thread Kris Jurka
Log Message: --- New build for the 7.4.4 release. Tags: REL7_4_STABLE Modified Files: -- pgsql-server/src/interfaces/jdbc/org/postgresql: Driver.java.in (r1.36.2.5 -> r1.36.2.6) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/interfaces/j

[COMMITTERS] pgsql-server: Decode V3 notice messages instead of leaving them in raw

2004-08-10 Thread Kris Jurka
Log Message: --- Decode V3 notice messages instead of leaving them in raw form. >From Donald Fraser. Tags: REL7_4_STABLE Modified Files: -- pgsql-server/src/interfaces/jdbc/org/postgresql/core: QueryExecutor.java (r1.27.2.2 -> r1.27.2.3) (http://deve

[COMMITTERS] pgsql-server: DatabaseMetaData.getSearchString escape was a \ short of

2004-08-10 Thread Kris Jurka
Log Message: --- DatabaseMetaData.getSearchString escape was a \ short of working because both Java's String constructor and pg's input parser strip off backslashes. Tags: REL7_4_STABLE Modified Files: -- pgsql-server/src/interfaces/jdbc/org/postgresql/jdbc1:

[COMMITTERS] pgsql-server: When retrieving an array of numerics it attempted to set

2004-07-15 Thread Kris Jurka
Log Message: --- When retrieving an array of numerics it attempted to set the scale on the retrieved data to zero, which doesn't work for non-integer values. Oliver Dauben Tags: REL7_4_STABLE Modified Files: -- pgsql-server/src/interfaces/jdbc/org/postgresql/jdbc2:

[COMMITTERS] pgsql-server: Fix apparently harmless typo.

2004-06-24 Thread Kris Jurka
Log Message: --- Fix apparently harmless typo. {$srcdir} -> ${srcdir} Markus Schaber Tags: REL7_4_STABLE Modified Files: -- pgsql-server/src/interfaces/jdbc: build.xml (r1.36.2.2 -> r1.36.2.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server

[COMMITTERS] pgsql-server: Close the existing socket connection when reverting to the

2004-06-22 Thread Kris Jurka
Log Message: --- Close the existing socket connection when reverting to the V2 protocol, or encountering other connection failures. Laurent Sylvain Tags: REL7_4_STABLE Modified Files: -- pgsql-server/src/interfaces/jdbc/org/postgresql/jdbc1: AbstractJdbc1Conn

[COMMITTERS] pgsql-server: Fix some problems with result sets positioned before the

2004-06-20 Thread Kris Jurka
Log Message: --- Fix some problems with result sets positioned before the start or after the end of results. You could still call a number of methods on them like getXXX, updateXXX, and updateRow(). Tags: REL7_4_STABLE Modified Files: -- pgsql-server/src/interfaces/j

[COMMITTERS] pgsql-server: Fix updatable ResultSets stream methods (ascii, character,

2004-06-20 Thread Kris Jurka
Log Message: --- Fix updatable ResultSets stream methods (ascii, character, binary). The existing code didn't correctly allocate data arrays, and it failed to loop when a stream didn't provide the full amount of data requested of it. Reported by Jan de Visser. Tags: REL7_4_STABLE Mo

[COMMITTERS] pgsql-server: Foreign key information results should have column name

2004-06-17 Thread Kris Jurka
Log Message: --- Foreign key information results should have column name FKTABLE_CAT instead of FK_TABLE_CAT. >From [EMAIL PROTECTED] Tags: REL7_4_STABLE Modified Files: -- pgsql-server/src/interfaces/jdbc/org/postgresql/jdbc1: AbstractJdbc1DatabaseMetaData.j

[COMMITTERS] pgsql-server: Don't throw an Exception in locatorsUpdateCopy() even

2004-06-16 Thread Kris Jurka
Log Message: --- Don't throw an Exception in locatorsUpdateCopy() even though the ability to update LOBs is unimplemented. The 1.5 JDK's CachedRowSet implementation calls this method regardless of whether large objects are used or not. Tags: REL7_4_STABLE Modified Files: ---

[COMMITTERS] pgsql-server: Bump the build number to relase a new version.

2004-06-15 Thread Kris Jurka
Log Message: --- Bump the build number to relase a new version. Tags: REL7_4_STABLE Modified Files: -- pgsql-server/src/interfaces/jdbc/org/postgresql: Driver.java.in (r1.36.2.4 -> r1.36.2.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/sr

[COMMITTERS] pgsql-server: When deleteRow() is called on an updateable ResultSet the

2004-06-15 Thread Kris Jurka
Log Message: --- When deleteRow() is called on an updateable ResultSet the ResultSet should be positioned on the previous row. Reported by Bob Messenger and Chris Pesarchick. Tags: REL7_4_STABLE Modified Files: -- pgsql-server/src/interfaces/jdbc/org/postgresql/jdbc2

[COMMITTERS] pgsql-server: Fix DatabaseMetaData results for determining foreign key

2004-06-15 Thread Kris Jurka
Log Message: --- Fix DatabaseMetaData results for determining foreign key relationships. Resulting columns from getImportedExportedKeys should be FKTABLE_SCHEM and PKTABLE_SCHEM, not _SCHEMA. Per report from [EMAIL PROTECTED] Tags: REL7_4_STABLE Modified Files: -- p

[COMMITTERS] pgsql-server/src/interfaces/jdbc/org/postgresq ...

2004-06-10 Thread Kris Jurka
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/03/03 23:25:10 Modified files: src/interfaces/jdbc/org/postgresql: Tag: REL7_4_STABLE Driver.java.in Log message: Update build number in a

Re: [COMMITTERS] plperlng - testimport: try 7

2004-06-09 Thread Kris Jurka
ng outside of the core. Why are end users left groveling through gborg/pgfoundry for important tools while developers are flooded with these projects' commit messages in the "core area"? Kris Jurka ---(end of broadcast)--- TIP 5: H

[COMMITTERS] pgsql-server/src/interfaces/jdbc/org/postgresq ...

2004-05-17 Thread Kris Jurka
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/05/17 17:38:56 Modified files: src/interfaces/jdbc/org/postgresql/jdbc1: Tag: REL7_4_STABLE AbstractJdbc1Statement.java Log message:

[COMMITTERS] pgsql-server/src/interfaces/jdbc/org/postgresq ...

2004-05-06 Thread Kris Jurka
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/05/07 02:28:22 Modified files: src/interfaces/jdbc/org/postgresql/geometric: Tag: REL7_4_STABLE PGcircle.java Log message: Allow

[COMMITTERS] pgsql-server/src/interfaces/jdbc Tag: REL7_4_S ...

2004-04-26 Thread Kris Jurka
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/26 05:28:32 Modified files: src/interfaces/jdbc: Tag: REL7_4_STABLE build.xml Log message: Update the build.xml file to support building with the new 1.5 jdk and ant 1.6.

[COMMITTERS] pgsql-server/src/interfaces/jdbc/org/postgresq ...

2004-04-23 Thread Kris Jurka
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/04/23 22:54:46 Modified files: src/interfaces/jdbc/org/postgresql/jdbc2: Tag: REL7_4_STABLE AbstractJdbc2ResultSet.java Log message:

[COMMITTERS] pgsql-server/src/interfaces/jdbc/org/postgresq ...

2004-02-24 Thread Kris Jurka
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/02/24 09:11:45 Modified files: src/interfaces/jdbc/org/postgresql/jdbc1: Tag: REL7_4_STABLE AbstractJdbc1Statement.java src/interface

[COMMITTERS] pgsql-server/src/interfaces/jdbc/org/postgresq ...

2004-02-09 Thread Kris Jurka
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/02/09 21:58:48 Modified files: src/interfaces/jdbc/org/postgresql/jdbc1: Tag: REL7_4_STABLE AbstractJdbc1Connection.java Log message:

[COMMITTERS] pgsql-server/src/interfaces/jdbc/org/postgresq ...

2004-02-03 Thread Kris Jurka
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/02/03 01:13:56 Modified files: src/interfaces/jdbc/org/postgresql/jdbc1: Tag: REL7_4_STABLE AbstractJdbc1Statement.java src/interface

[COMMITTERS] pgsql-server/src/interfaces/jdbc/org/postgresq ...

2004-02-03 Thread Kris Jurka
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/02/03 01:25:39 Modified files: src/interfaces/jdbc/org/postgresql/jdbc1: Tag: REL7_4_STABLE AbstractJdbc1ResultSet.java src/interface

[COMMITTERS] pgsql-server/src/interfaces/jdbc/org/postgresq ...

2004-02-03 Thread Kris Jurka
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/02/03 01:43:26 Modified files: src/interfaces/jdbc/org/postgresql/core: Tag: REL7_4_STABLE QueryExecutor.java src/interfaces/jdbc/org/

[COMMITTERS] pgsql-server/src/interfaces/jdbc/org/postgresq ...

2004-02-03 Thread Kris Jurka
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/02/03 01:28:17 Modified files: src/interfaces/jdbc/org/postgresql/jdbc2/optional: Tag: REL7_4_STABLE

[COMMITTERS] pgsql-server/src/interfaces/jdbc/org/postgresq ...

2004-02-03 Thread Kris Jurka
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/02/03 01:00:21 Modified files: src/interfaces/jdbc/org/postgresql/jdbc2/optional: Tag: REL7_4_STABLE

Re: [COMMITTERS] pgsql-server/src/interfaces/jdbc Makefile READ ...

2004-01-20 Thread Kris Jurka
nsure about it. > That's basically the gist of it. No one on the JDBC team was in favor of the move and we felt that we were bullied into it. We asked Marc to reconsider and after some mostly off list discussion the core voted for removal. We have accepted this dec

Re: [COMMITTERS] pgsql-server/src/interfaces/jdbc/org/postgresq ...

2003-12-11 Thread Kris Jurka
build to 211 Shouldn't it be incremented to 300 or something that we won't hit on the 7.4 branch? If you're looking for other things to apply to the 7.4 branch check http://www.ejurka.com/pgsql/unappliedpatches.html Kris Jurka ---(end of broadcast)-

Re: [COMMITTERS] pgsql-server/src/interfaces/jdbc build.xml org ...

2003-11-04 Thread Kris Jurka
sage: > patch for rs.previous and test case as well as patch for allowing server and > port to be specified in test cases > > I apparently did not include the changes to org.postgresql.test.TestUtil and the JDBC test suite no longer builds. Please a