[COMMITTERS] pgsql: Fix a few contrib regression test scripts that hadn't gotten the

2007-11-12 Thread Tom Lane
Log Message: --- Fix a few contrib regression test scripts that hadn't gotten the word about best practice for including the module creation scripts: to wit that you should suppress NOTICE messages. This avoids creating regression failures by adding or removing comment lines in the module

Re: [COMMITTERS] pgsql: Adjust script to be consistent (thanks Tom for the fix).

2007-11-12 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > Tom Lane wrote: > >> Pray tell, why do you think it's a good idea to not have version labels > >> in the contrib scripts? > > > If we want them, they should be in all of them. > > +1 for putting the label in all of them --- these fil

[COMMITTERS] pgsql: Adjust expected file for new CVS version label.

2007-11-12 Thread Bruce Momjian
Log Message: --- Adjust expected file for new CVS version label. Modified Files: -- pgsql/contrib/ltree/expected: ltree.out (r1.13 -> r1.14) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/ltree/expected/ltree.out?r1=1.13&r2=1.14) ---

[COMMITTERS] pgsql: Add CVS version labels to all install/uninstall scripts.

2007-11-12 Thread Bruce Momjian
Log Message: --- Add CVS version labels to all install/uninstall scripts. Modified Files: -- pgsql/contrib/adminpack: adminpack.sql.in (r1.5 -> r1.6) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/adminpack/adminpack.sql.in?r1=1.5&r2=1.6)

Re: [COMMITTERS] pgsql: Adjust script to be consistent (thanks Tom for the fix).

2007-11-12 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> Pray tell, why do you think it's a good idea to not have version labels >> in the contrib scripts? > If we want them, they should be in all of them. +1 for putting the label in all of them --- these files end up "loose" in user instal

Re: [COMMITTERS] pgsql: Adjust script to be consistent (thanks Tom for the fix).

2007-11-12 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > pgsql/contrib/uuid-ossp: > > uuid-ossp.sql.in (r1.4 -> r1.5) > > > > (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/uuid-ossp/uuid-ossp.sql.in?r1=1.4&r2=1.5) > > Pray tell, why do you think it's a good

Re: [COMMITTERS] pgsql: Adjust script to be consistent (thanks Tom for the fix).

2007-11-12 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > pgsql/contrib/uuid-ossp: > uuid-ossp.sql.in (r1.4 -> r1.5) > > (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/uuid-ossp/uuid-ossp.sql.in?r1=1.4&r2=1.5) Pray tell, why do you think it's a good idea to not have version label

[COMMITTERS] pgsql: Fix more script breakage.

2007-11-12 Thread Tom Lane
Log Message: --- Fix more script breakage. Modified Files: -- pgsql/contrib/sslinfo: sslinfo.sql.in (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/sslinfo/sslinfo.sql.in?r1=1.2&r2=1.3) ---(end of broadcast)

[COMMITTERS] pgsql: Fix insufficient search-path paranoia in SQL function

2007-11-12 Thread Tom Lane
Log Message: --- Fix insufficient search-path paranoia in SQL function definitions. Remove setting of search_path in install/uninstall scripts, since unlike other contrib modules this one does not want to let you change the installation schema. Modified Files: -- pgsql/cont

[COMMITTERS] pgsql: Adjust script to be consistent (thanks Tom for the fix).

2007-11-12 Thread Bruce Momjian
Log Message: --- Adjust script to be consistent (thanks Tom for the fix). Modified Files: -- pgsql/contrib/uuid-ossp: uuid-ossp.sql.in (r1.4 -> r1.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/uuid-ossp/uuid-ossp.sql.in?r1=1.4&r2=1.5) --

[COMMITTERS] pgsql: Undo damage from yesterday's script "cleanup".

2007-11-12 Thread Tom Lane
Log Message: --- Undo damage from yesterday's script "cleanup". Modified Files: -- pgsql/contrib/uuid-ossp: uuid-ossp.sql.in (r1.3 -> r1.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/uuid-ossp/uuid-ossp.sql.in?r1=1.3&r2=1.4)

[COMMITTERS] pgsql: I find that an out-of-the-box installation of OSSP uuid 1.6.0

2007-11-12 Thread Tom Lane
Log Message: --- I find that an out-of-the-box installation of OSSP uuid 1.6.0 installs itself as libuuid, not libossp-uuid which was the only case expected by our build support. Install a configure test to determine which name to use (and to check that the library is present at all). Mod

[COMMITTERS] aupg - aupg_src: Fixed failing test in timetravel function code.

2007-11-12 Thread User Rlucas
Log Message: --- Fixed failing test in timetravel function code. It was not properly filtering rows and was always returning the latest row. Modified Files: -- aupg_src/sql: audit_infrastructure.sql (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb

[COMMITTERS] pgsql: No master server overhead for middleware replication.

2007-11-12 Thread Bruce Momjian
Log Message: --- No master server overhead for middleware replication. Modified Files: -- pgsql/doc/src/sgml: high-availability.sgml (r1.25 -> r1.26) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/high-availability.sgml?r1=1.25&r2=1.26) ---

[COMMITTERS] pgsql: Change replication chart title to "No waiting for multiple

2007-11-12 Thread Bruce Momjian
Log Message: --- Change replication chart title to "No waiting for multiple servers". Modified Files: -- pgsql/doc/src/sgml: high-availability.sgml (r1.24 -> r1.25) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/high-availability.sgml?r1=1.2