OSDN Git Service

Remove extra newlines at end and beginning of files, add missing newlines
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 19 Aug 2010 05:57:36 +0000 (05:57 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 19 Aug 2010 05:57:36 +0000 (05:57 +0000)
at end of files.

156 files changed:
README
config/c-compiler.m4
contrib/btree_gist/sql/cidr.sql
contrib/btree_gist/sql/date.sql
contrib/btree_gist/sql/inet.sql
contrib/btree_gist/sql/int2.sql
contrib/btree_gist/sql/int4.sql
contrib/btree_gist/sql/int8.sql
contrib/btree_gist/sql/interval.sql
contrib/btree_gist/sql/macaddr.sql
contrib/btree_gist/sql/time.sql
contrib/btree_gist/sql/timestamp.sql
contrib/intarray/bench/bench.pl
contrib/ltree/sql/ltree.sql
contrib/pageinspect/Makefile
contrib/pg_trgm/sql/pg_trgm.sql
contrib/pg_upgrade/TESTING
contrib/pgcrypto/pgcrypto.sql.in
contrib/pgcrypto/rijndael.tbl
contrib/pgcrypto/sql/3des.sql
contrib/pgcrypto/sql/blowfish.sql
contrib/pgcrypto/sql/cast5.sql
contrib/pgcrypto/sql/crypt-blowfish.sql
contrib/pgcrypto/sql/crypt-des.sql
contrib/pgcrypto/sql/crypt-md5.sql
contrib/pgcrypto/sql/crypt-xdes.sql
contrib/pgcrypto/sql/des.sql
contrib/pgcrypto/sql/hmac-md5.sql
contrib/pgcrypto/sql/hmac-sha1.sql
contrib/pgcrypto/sql/init.sql
contrib/pgcrypto/sql/md5.sql
contrib/pgcrypto/sql/pgp-compression.sql
contrib/pgcrypto/sql/pgp-encrypt-DISABLED.sql
contrib/pgcrypto/sql/pgp-encrypt.sql
contrib/pgcrypto/sql/pgp-info.sql
contrib/pgcrypto/sql/pgp-pubkey-DISABLED.sql
contrib/pgcrypto/sql/pgp-pubkey-decrypt.sql
contrib/pgcrypto/sql/pgp-pubkey-encrypt.sql
contrib/pgcrypto/sql/pgp-zlib-DISABLED.sql
contrib/pgcrypto/sql/rijndael.sql
contrib/pgcrypto/sql/sha1.sql
contrib/pgcrypto/sql/sha2.sql
contrib/pgcrypto/uninstall_pgcrypto.sql
contrib/spi/insert_username.example
contrib/tablefunc/sql/tablefunc.sql
contrib/tsearch2/sql/tsearch2.sql
doc/KNOWN_BUGS
doc/MISSING_FEATURES
doc/src/sgml/pgupgrade.sgml
src/backend/optimizer/README
src/backend/optimizer/plan/README
src/backend/snowball/snowball.sql.in
src/backend/snowball/snowball_func.sql.in
src/backend/snowball/stopwords/english.stop
src/backend/storage/freespace/README
src/backend/tsearch/thesaurus_sample.ths
src/backend/tsearch/wparser_def.c
src/backend/utils/mb/Unicode/ISO10646-GB18030.TXT
src/backend/utils/mb/Unicode/UCS_to_BIG5.pl
src/backend/utils/mb/conversion_procs/Makefile
src/include/utils/formatting.h
src/interfaces/ecpg/README.dynSQL
src/interfaces/ecpg/include/ecpg_config.h.in
src/interfaces/ecpg/preproc/README.parser
src/interfaces/ecpg/preproc/check_rules.pl
src/interfaces/ecpg/preproc/ecpg.tokens
src/interfaces/ecpg/preproc/ecpg.type
src/interfaces/ecpg/test/compat_informix/test_informix.pgc
src/interfaces/ecpg/test/connect/Makefile
src/interfaces/ecpg/test/ecpg_schedule_tcp
src/interfaces/ecpg/test/expected/compat_informix-test_informix.c
src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.c
src/interfaces/ecpg/test/expected/pgtypeslib-dt_test2.c
src/interfaces/ecpg/test/expected/pgtypeslib-num_test.c
src/interfaces/ecpg/test/expected/preproc-comment.c
src/interfaces/ecpg/test/expected/preproc-outofscope.c
src/interfaces/ecpg/test/expected/thread-alloc.c
src/interfaces/ecpg/test/expected/thread-prep.c
src/interfaces/ecpg/test/pgtypeslib/Makefile
src/interfaces/ecpg/test/pgtypeslib/dt_test.pgc
src/interfaces/ecpg/test/pgtypeslib/dt_test2.pgc
src/interfaces/ecpg/test/pgtypeslib/num_test.pgc
src/interfaces/ecpg/test/preproc/comment.pgc
src/interfaces/ecpg/test/preproc/struct.h
src/interfaces/ecpg/test/sql/Makefile
src/interfaces/ecpg/test/thread/Makefile
src/interfaces/ecpg/test/thread/alloc.pgc
src/interfaces/ecpg/test/thread/prep.pgc
src/pl/plperl/plc_perlboot.pl
src/pl/plperl/plc_trusted.pl
src/pl/plperl/sql/plperl.sql
src/pl/plperl/sql/plperl_trigger.sql
src/pl/plperl/text2macro.pl
src/pl/plpython/expected/plpython_spi.out
src/pl/plpython/sql/plpython_populate.sql
src/pl/plpython/sql/plpython_schema.sql
src/pl/plpython/sql/plpython_spi.sql
src/pl/tcl/expected/pltcl_queries.out
src/pl/tcl/expected/pltcl_queries_1.out
src/pl/tcl/modules/README
src/pl/tcl/modules/unknown.pltcl
src/pl/tcl/sql/pltcl_queries.sql
src/port/README
src/template/dgux
src/template/netbsd
src/template/sco
src/test/performance/runtests.pl
src/test/performance/sqls/connection
src/test/performance/sqls/crtsimple
src/test/performance/sqls/crtsimpleidx
src/test/performance/sqls/drpsimple
src/test/performance/sqls/inssimple
src/test/performance/sqls/orbsimple
src/test/performance/sqls/slcsimple
src/test/performance/sqls/vacuum
src/test/regress/input/copy.source
src/test/regress/input/create_function_2.source
src/test/regress/input/misc.source
src/test/regress/sql/box.sql
src/test/regress/sql/case.sql
src/test/regress/sql/create_operator.sql
src/test/regress/sql/drop.sql
src/test/regress/sql/drop_if_exists.sql
src/test/regress/sql/float4.sql
src/test/regress/sql/float8.sql
src/test/regress/sql/hash_index.sql
src/test/regress/sql/hs_primary_extremes.sql
src/test/regress/sql/int2.sql
src/test/regress/sql/lseg.sql
src/test/regress/sql/money.sql
src/test/regress/sql/numeric_big.sql
src/test/regress/sql/numerology.sql
src/test/regress/sql/path.sql
src/test/regress/sql/polygon.sql
src/test/regress/sql/portals_p2.sql
src/test/regress/sql/prepare.sql
src/test/regress/sql/random.sql
src/test/regress/sql/select_implicit.sql
src/test/regress/sql/select_into.sql
src/test/regress/sql/select_views.sql
src/test/regress/sql/sequence.sql
src/test/regress/sql/triggers.sql
src/test/thread/README
src/tools/add_cvs_markers
src/tools/backend/README
src/tools/backend/backend_dirs.html
src/tools/copyright
src/tools/editors/vim.samples
src/tools/entab/Makefile
src/tools/find_badmacros
src/tools/find_static
src/tools/make_diff/README
src/tools/msvc/build.pl
src/tools/msvc/vcregress.pl
src/tools/pgindent/README
src/tutorial/syscat.source

diff --git a/README b/README
index 19ed46b..0790fd2 100644 (file)
--- a/README
+++ b/README
@@ -26,4 +26,3 @@ instructions.
 The latest version of this software may be obtained at
 http://www.postgresql.org/download/.  For more information look at our
 web site located at http://www.postgresql.org/.
-
index a8df61b..78edf44 100644 (file)
@@ -1,5 +1,5 @@
 # Macros to detect C compiler features
-# $PostgreSQL: pgsql/config/c-compiler.m4,v 1.22 2010/05/25 17:28:20 meskes Exp $
+# $PostgreSQL: pgsql/config/c-compiler.m4,v 1.23 2010/08/19 05:57:33 petere Exp $
 
 
 # PGAC_C_SIGNED
@@ -155,4 +155,3 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([extern void $2 (); void (*fptr) () = $2;],[])],
               [LDFLAGS="$pgac_save_LDFLAGS"
                AC_MSG_RESULT(assuming no)])
 ])# PGAC_PROG_CC_LDFLAGS_OPT
-
index de06c24..9bd7718 100644 (file)
@@ -28,4 +28,3 @@ SELECT count(*) FROM cidrtmp WHERE a  = '121.111.63.82'::cidr;
 SELECT count(*) FROM cidrtmp WHERE a >= '121.111.63.82'::cidr;
 
 SELECT count(*) FROM cidrtmp WHERE a >  '121.111.63.82'::cidr;
-
index 3fa855c..f3b8166 100644 (file)
@@ -29,4 +29,3 @@ SELECT count(*) FROM datetmp WHERE a  = '2001-02-13'::date;
 SELECT count(*) FROM datetmp WHERE a >= '2001-02-13'::date;
 
 SELECT count(*) FROM datetmp WHERE a >  '2001-02-13'::date;
-
index 3959494..328846c 100644 (file)
@@ -29,4 +29,3 @@ SELECT count(*) FROM inettmp WHERE a  = '89.225.196.191'::inet;
 SELECT count(*) FROM inettmp WHERE a >= '89.225.196.191'::inet;
 
 SELECT count(*) FROM inettmp WHERE a >  '89.225.196.191'::inet;
-
index c8303bd..80ca6ac 100644 (file)
@@ -29,4 +29,3 @@ SELECT count(*) FROM int2tmp WHERE a  = 237::int2;
 SELECT count(*) FROM int2tmp WHERE a >= 237::int2;
 
 SELECT count(*) FROM int2tmp WHERE a >  237::int2;
-
index 2f80c5a..31307d3 100644 (file)
@@ -29,4 +29,3 @@ SELECT count(*) FROM int4tmp WHERE a  = 237::int4;
 SELECT count(*) FROM int4tmp WHERE a >= 237::int4;
 
 SELECT count(*) FROM int4tmp WHERE a >  237::int4;
-
index 97ad605..747bdca 100644 (file)
@@ -29,4 +29,3 @@ SELECT count(*) FROM int8tmp WHERE a  = 464571291354841::int8;
 SELECT count(*) FROM int8tmp WHERE a >= 464571291354841::int8;
 
 SELECT count(*) FROM int8tmp WHERE a >  464571291354841::int8;
-
index 2139435..561e3d9 100644 (file)
@@ -29,4 +29,3 @@ SELECT count(*) FROM intervaltmp WHERE a  = '199 days 21:21:23'::interval;
 SELECT count(*) FROM intervaltmp WHERE a >= '199 days 21:21:23'::interval;
 
 SELECT count(*) FROM intervaltmp WHERE a >  '199 days 21:21:23'::interval;
-
index 18e0f3c..d9c54b2 100644 (file)
@@ -29,4 +29,3 @@ SELECT count(*) FROM macaddrtmp WHERE a  = '22:00:5c:e5:9b:0d'::macaddr;
 SELECT count(*) FROM macaddrtmp WHERE a >= '22:00:5c:e5:9b:0d'::macaddr;
 
 SELECT count(*) FROM macaddrtmp WHERE a >  '22:00:5c:e5:9b:0d'::macaddr;
-
index 304e28a..3329ee6 100644 (file)
@@ -29,4 +29,3 @@ SELECT count(*) FROM timetmp WHERE a  = '10:57:11'::time;
 SELECT count(*) FROM timetmp WHERE a >= '10:57:11'::time;
 
 SELECT count(*) FROM timetmp WHERE a >  '10:57:11'::time;
-
index 5b04e3e..25e9428 100644 (file)
@@ -29,4 +29,3 @@ SELECT count(*) FROM timestamptmp WHERE a  = '2004-10-26 08:55:08'::timestamp;
 SELECT count(*) FROM timestamptmp WHERE a >= '2004-10-26 08:55:08'::timestamp;
 
 SELECT count(*) FROM timestamptmp WHERE a >  '2004-10-26 08:55:08'::timestamp;
-
index 66df02d..1887211 100755 (executable)
@@ -103,4 +103,3 @@ sub exec_sql {
         $sth->finish;   
         return @row;
 }
-
index 9241c2a..50aad78 100644 (file)
@@ -291,4 +291,3 @@ SELECT count(*) FROM _ltreetest WHERE t ~ '23.*{1}.1' ;
 SELECT count(*) FROM _ltreetest WHERE t ~ '23.*.1' ;
 SELECT count(*) FROM _ltreetest WHERE t ~ '23.*.2' ;
 SELECT count(*) FROM _ltreetest WHERE t ? '{23.*.1,23.*.2}' ;
-
index 3a6b729..dd53194 100644 (file)
@@ -2,7 +2,7 @@
 #
 # pageinspect Makefile
 #
-# $PostgreSQL: pgsql/contrib/pageinspect/Makefile,v 1.4 2008/09/30 10:52:09 heikki Exp $
+# $PostgreSQL: pgsql/contrib/pageinspect/Makefile,v 1.5 2010/08/19 05:57:33 petere Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -21,4 +21,3 @@ top_builddir = ../..
 include $(top_builddir)/src/Makefile.global
 include $(top_srcdir)/contrib/contrib-global.mk
 endif
-
index 1304582..20d86b8 100644 (file)
@@ -41,4 +41,3 @@ set enable_seqscan=off;
 select t,similarity(t,'qwertyu0988') as sml from test_trgm where t % 'qwertyu0988' order by sml desc, t;
 select t,similarity(t,'gwertyu0988') as sml from test_trgm where t % 'gwertyu0988' order by sml desc, t;
 select t,similarity(t,'gwertyu1988') as sml from test_trgm where t % 'gwertyu1988' order by sml desc, t;
-
index 416f6d5..5cb60b1 100644 (file)
@@ -1,4 +1,4 @@
-$PostgreSQL: pgsql/contrib/pg_upgrade/TESTING,v 1.3 2010/07/09 16:51:23 momjian Exp $
+$PostgreSQL: pgsql/contrib/pg_upgrade/TESTING,v 1.4 2010/08/19 05:57:33 petere Exp $
 
 The most effective way to test pg_upgrade, aside from testing on user
 data, is by upgrading the PostgreSQL regression database.
@@ -62,7 +62,3 @@ steps:
 
 7)  Diff the regression database dump file with the regression dump
     file loaded into the old server.
-
-
-
-
index 8388e86..bb1e26a 100644 (file)
@@ -1,4 +1,4 @@
-/* $PostgreSQL: pgsql/contrib/pgcrypto/pgcrypto.sql.in,v 1.15 2007/11/13 04:24:28 momjian Exp $ */
+/* $PostgreSQL: pgsql/contrib/pgcrypto/pgcrypto.sql.in,v 1.16 2010/08/19 05:57:33 petere Exp $ */
 
 -- Adjust this setting to control where the objects get created.
 SET search_path = public;
@@ -200,4 +200,3 @@ CREATE OR REPLACE FUNCTION dearmor(text)
 RETURNS bytea
 AS 'MODULE_PATHNAME', 'pg_dearmor'
 LANGUAGE C IMMUTABLE STRICT;
-
index bc0a382..8ea62ea 100644 (file)
@@ -1136,4 +1136,3 @@ static const u4byte rco_tab[10] = {
   0x00000001, 0x00000002, 0x00000004, 0x00000008, 0x00000010, 
   0x00000020, 0x00000040, 0x00000080, 0x0000001b, 0x00000036
 };
-
index 274d7d8..ef54592 100644 (file)
@@ -29,4 +29,3 @@ select decrypt_iv(decode('50735067b073bb93', 'hex'), '0123456', 'abcd', '3des');
 -- long message
 select encode(encrypt('Lets try a longer message.', '0123456789012345678901', '3des'), 'hex');
 select decrypt(encrypt('Lets try a longer message.', '0123456789012345678901', '3des'), '0123456789012345678901', '3des');
-
index 1a8536d..951cbc0 100644 (file)
@@ -90,4 +90,3 @@ select decrypt_iv(decode('95c7e89322525d59', 'hex'), '0123456', 'abcd', 'bf');
 -- long message
 select encode(encrypt('Lets try a longer message.', '0123456789', 'bf'), 'hex');
 select decrypt(encrypt('Lets try a longer message.', '0123456789', 'bf'), '0123456789', 'bf');
-
index 599ee06..527a76a 100644 (file)
@@ -45,4 +45,3 @@ select decrypt_iv(decode('384a970695ce016a', 'hex'),
 -- long message
 select encode(encrypt('Lets try a longer message.', '0123456789', 'cast5'), 'hex');
 select decrypt(encrypt('Lets try a longer message.', '0123456789', 'cast5'), '0123456789', 'cast5');
-
index effc186..b89dfd2 100644 (file)
@@ -15,4 +15,3 @@ SELECT res = crypt(data, res) AS "worked"
 FROM ctest;
 
 DROP TABLE ctest;
-
index b13d2f9..fabdc65 100644 (file)
@@ -15,4 +15,3 @@ SELECT res = crypt(data, res) AS "worked"
 FROM ctest;
 
 DROP TABLE ctest;
-
index 0002f0d..ba7befb 100644 (file)
@@ -15,4 +15,3 @@ SELECT res = crypt(data, res) AS "worked"
 FROM ctest;
 
 DROP TABLE ctest;
-
index 51271db..d4a74f7 100644 (file)
@@ -15,4 +15,3 @@ SELECT res = crypt(data, res) AS "worked"
 FROM ctest;
 
 DROP TABLE ctest;
-
index 0b3d339..6abc5b5 100644 (file)
@@ -27,4 +27,3 @@ select decrypt_iv(decode('50735067b073bb93', 'hex'), '0123456', 'abcd', 'des');
 -- long message
 select encode(encrypt('Lets try a longer message.', '01234567', 'des'), 'hex');
 select decrypt(encrypt('Lets try a longer message.', '01234567', 'des'), '01234567', 'des');
-
index 70bef7c..71dcd08 100644 (file)
@@ -42,5 +42,3 @@ SELECT encode(hmac(
 'Test Using Larger Than Block-Size Key and Larger Than One Block-Size Data',
 decode('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', 'hex'),
 'md5'), 'hex');
-
-
index 4adf6ed..6f74193 100644 (file)
@@ -42,5 +42,3 @@ SELECT encode(hmac(
 'Test Using Larger Than Block-Size Key and Larger Than One Block-Size Data',
 decode('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', 'hex'),
 'sha1'), 'hex');
-
-
index ee1c231..8c1d219 100644 (file)
@@ -24,4 +24,3 @@ select gen_salt('foo');
 select digest('foo', 'foo');
 select hmac('foo', 'foo', 'foo');
 select encrypt('foo', 'foo', 'foo');
-
index d6e5027..4df910f 100644 (file)
@@ -9,4 +9,3 @@ SELECT encode(digest('message digest', 'md5'), 'hex');
 SELECT encode(digest('abcdefghijklmnopqrstuvwxyz', 'md5'), 'hex');
 SELECT encode(digest('ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789', 'md5'), 'hex');
 SELECT encode(digest('12345678901234567890123456789012345678901234567890123456789012345678901234567890', 'md5'), 'hex');
-
index f71c176..ca9ee1f 100644 (file)
@@ -28,4 +28,3 @@ select pgp_sym_decrypt(
        pgp_sym_encrypt('Secret message', 'key',
                        'compress-algo=2, compress-level=0'),
        'key', 'expect-compress-algo=0');
-
index 218bd41..cac37c8 100644 (file)
@@ -95,4 +95,3 @@ select encode(digest(pgp_sym_decrypt(
   pgp_sym_encrypt(E'\r\n0\n1\r\r\n\n2\r', 'key', 'convert-crlf=1'),
        'key', 'convert-crlf=1'), 'sha1'), 'hex') as result,
   encode(digest(E'\r\n0\n1\r\r\n\n2\r', 'sha1'), 'hex') as expect;
-
index c525ce3..8e1d72a 100644 (file)
@@ -20,4 +20,3 @@ select pgp_key_id(dearmor(seckey)) from keytbl where id=6;
 
 select pgp_key_id(dearmor(data)) as data_key_id
 from encdata order by id;
-
index a7cb880..cc82420 100644 (file)
@@ -546,4 +546,3 @@ from keytbl, encdata where keytbl.id=5 and encdata.id=1;
 -- password-protected secret key, right password
 select pgp_pub_decrypt(dearmor(data), dearmor(seckey), 'parool')
 from keytbl, encdata where keytbl.id=5 and encdata.id=1;
-
index 2c4e622..879b47f 100644 (file)
@@ -48,5 +48,3 @@ select pgp_pub_decrypt(
                pgp_pub_encrypt_bytea('Secret msg', dearmor(pubkey)),
                dearmor(seckey))
 from keytbl where keytbl.id=1;
-
-
index 428ad13..4159507 100644 (file)
@@ -61,4 +61,3 @@ select decrypt_iv(decode('2c24cb7da91d6d5699801268b0f5adad', 'hex'),
 -- long message
 select encode(encrypt('Lets try a longer message.', '0123456789', 'aes'), 'hex');
 select decrypt(encrypt('Lets try a longer message.', '0123456789', 'aes'), '0123456789', 'aes');
-
index 6a398b4..32b1f06 100644 (file)
@@ -9,4 +9,3 @@ SELECT encode(digest('message digest', 'sha1'), 'hex');
 SELECT encode(digest('abcdefghijklmnopqrstuvwxyz', 'sha1'), 'hex');
 SELECT encode(digest('ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789', 'sha1'), 'hex');
 SELECT encode(digest('12345678901234567890123456789012345678901234567890123456789012345678901234567890', 'sha1'), 'hex');
-
index 447ae90..3fe63d3 100644 (file)
@@ -31,5 +31,3 @@ SELECT encode(digest('abc', 'sha512'), 'hex');
 SELECT encode(digest('abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq', 'sha512'), 'hex');
 SELECT encode(digest('abcdefghbcdefghicdefghijdefghijkefghijklfghijklmghijklmnhijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstnopqrstu', 'sha512'), 'hex');
 SELECT encode(digest('abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz', 'sha512'), 'hex');
-
-
index a2891f6..1bffb33 100644 (file)
@@ -1,4 +1,4 @@
-/* $PostgreSQL: pgsql/contrib/pgcrypto/uninstall_pgcrypto.sql,v 1.4 2007/11/13 04:24:28 momjian Exp $ */
+/* $PostgreSQL: pgsql/contrib/pgcrypto/uninstall_pgcrypto.sql,v 1.5 2010/08/19 05:57:33 petere Exp $ */
 
 -- Adjust this setting to control where the objects get dropped.
 SET search_path = public;
@@ -43,4 +43,3 @@ DROP FUNCTION pgp_pub_decrypt_bytea(bytea, bytea, text, text);
 DROP FUNCTION pgp_key_id(bytea);
 DROP FUNCTION armor(bytea);
 DROP FUNCTION dearmor(text);
-
index 41e69bc..a9d23fb 100644 (file)
@@ -18,4 +18,3 @@ INSERT INTO username_test VALUES ('tab', '    ');
 INSERT INTO username_test VALUES ('name', 'name');
 
 SELECT * FROM username_test;
-
index 9f559b3..8846a42 100644 (file)
@@ -196,4 +196,3 @@ INSERT INTO connectby_int VALUES(111,11);
 INSERT INTO connectby_int VALUES(1,111);
 -- this should not fail due to recursion detection
 SELECT * FROM connectby('connectby_int', 'keyid', 'parent_keyid', '11', 0, '-') AS t(keyid int, parent_keyid int, level int, branch text);
-
index b20055c..bbae7b4 100644 (file)
@@ -340,4 +340,3 @@ SELECT count(*) FROM test_tsvector WHERE a @@ 'eq&yt';
 SELECT count(*) FROM test_tsvector WHERE a @@ 'eq|yt';
 SELECT count(*) FROM test_tsvector WHERE a @@ '(eq&yt)|(wr&qh)';
 SELECT count(*) FROM test_tsvector WHERE a @@ '(eq|yt)&(wr|qh)';
-
index b30f5a5..44dd881 100644 (file)
@@ -1,4 +1,3 @@
 PostgreSQL has a single combined bugs, missing features, and todo list
 simply called TODO, in this directory.  A current copy is always
 available on our web site.
-
index b30f5a5..44dd881 100644 (file)
@@ -1,4 +1,3 @@
 PostgreSQL has a single combined bugs, missing features, and todo list
 simply called TODO, in this directory.  A current copy is always
 available on our web site.
-
index 1c847c7..3b3c00b 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/pgupgrade.sgml,v 1.14 2010/08/17 04:37:21 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/pgupgrade.sgml,v 1.15 2010/08/19 05:57:33 petere Exp $ -->
 
 <sect1 id="pgupgrade">
  <title>pg_upgrade</title>
@@ -537,4 +537,3 @@ psql --username postgres --file script.sql postgres
  </sect2>
  
 </sect1>
index 7f84bf1..a5299ee 100644 (file)
@@ -1,4 +1,4 @@
-$PostgreSQL: pgsql/src/backend/optimizer/README,v 1.53 2010/03/28 22:59:32 tgl Exp $
+$PostgreSQL: pgsql/src/backend/optimizer/README,v 1.54 2010/08/19 05:57:34 petere Exp $
 
 Optimizer
 =========
@@ -637,4 +637,3 @@ coding of our optimizer, he is available to field questions about
 optimizer topics.
 
 -- bjm & tgl
-
index c14cc0a..71582d9 100644 (file)
@@ -1,4 +1,4 @@
-$PostgreSQL: pgsql/src/backend/optimizer/plan/README,v 1.3 2008/03/21 13:23:28 momjian Exp $
+$PostgreSQL: pgsql/src/backend/optimizer/plan/README,v 1.4 2010/08/19 05:57:34 petere Exp $
 
 Subselects
 ==========
@@ -10,7 +10,7 @@ From owner-pgsql-hackers@hub.org Fri Feb 13 09:01:19 1998
 Received: from renoir.op.net (root@renoir.op.net [209.152.193.4])
        by candle.pha.pa.us (8.8.5/8.8.5) with ESMTP id JAA11576
        for <maillist@candle.pha.pa.us>; Fri, 13 Feb 1998 09:01:17 -0500 (EST)
-Received: from hub.org (hub.org [209.47.148.200]) by renoir.op.net (o1/$Revision: 1.3 $) with ESMTP id IAA09761 for <maillist@candle.pha.pa.us>; Fri, 13 Feb 1998 08:41:22 -0500 (EST)
+Received: from hub.org (hub.org [209.47.148.200]) by renoir.op.net (o1/$Revision: 1.4 $) with ESMTP id IAA09761 for <maillist@candle.pha.pa.us>; Fri, 13 Feb 1998 08:41:22 -0500 (EST)
 Received: from localhost (majordom@localhost) by hub.org (8.8.8/8.7.5) with SMTP id IAA08135; Fri, 13 Feb 1998 08:40:17 -0500 (EST)
 Received: by hub.org (TLB v0.10a (1.23 tibbs 1997/01/09 00:29:32)); Fri, 13 Feb 1998 08:38:42 -0500 (EST)
 Received: (from majordom@localhost) by hub.org (8.8.8/8.7.5) id IAA06646 for pgsql-hackers-outgoing; Fri, 13 Feb 1998 08:38:35 -0500 (EST)
@@ -156,5 +156,3 @@ SubSelect         -> 17 sec (2M of memory)
 Using temp table  -> 32 sec (12M of memory: -S 8192)
 
 Vadim
-
-
index 197d94f..28383e5 100644 (file)
@@ -1,4 +1,4 @@
--- $PostgreSQL: pgsql/src/backend/snowball/snowball.sql.in,v 1.6 2007/10/27 16:01:08 tgl Exp $$
+-- $PostgreSQL: pgsql/src/backend/snowball/snowball.sql.in,v 1.7 2010/08/19 05:57:34 petere Exp $$
 
 -- text search configuration for _LANGNAME_ language
 CREATE TEXT SEARCH DICTIONARY _DICTNAME_
@@ -24,4 +24,3 @@ ALTER TEXT SEARCH CONFIGURATION _CFGNAME_ ADD MAPPING
 ALTER TEXT SEARCH CONFIGURATION _CFGNAME_ ADD MAPPING
     FOR word, hword_part, hword
        WITH _NONASCDICTNAME_;
-
index f55962c..8c09e20 100644 (file)
@@ -1,4 +1,4 @@
--- $PostgreSQL: pgsql/src/backend/snowball/snowball_func.sql.in,v 1.2 2007/09/03 02:30:43 tgl Exp $$
+-- $PostgreSQL: pgsql/src/backend/snowball/snowball_func.sql.in,v 1.3 2010/08/19 05:57:34 petere Exp $$
 
 SET search_path = pg_catalog;
 
@@ -15,4 +15,3 @@ CREATE TEXT SEARCH TEMPLATE snowball
        LEXIZE = dsnowball_lexize);
 
 COMMENT ON TEXT SEARCH TEMPLATE snowball IS 'snowball stemmer';
-
index b5a37f9..c2c5889 100644 (file)
@@ -1,4 +1,4 @@
-$PostgreSQL: pgsql/src/backend/storage/freespace/README,v 1.1 2008/09/30 10:52:13 heikki Exp $
+$PostgreSQL: pgsql/src/backend/storage/freespace/README,v 1.2 2010/08/19 05:57:34 petere Exp $
 
 Free Space Map
 --------------
@@ -192,4 +192,3 @@ TODO
 - fastroot to avoid traversing upper nodes with just 1 child
 - use a different system for tables that fit into one FSM page, with a
   mechanism to switch to the real thing as it grows.
-
index 0b4857e..718f54a 100644 (file)
@@ -15,4 +15,3 @@ supernovae stars : *sn
 supernovae : *sn
 booking tickets : order invitation cards
 booking ? tickets : order invitation Cards
-
index cda2810..279fb52 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/tsearch/wparser_def.c,v 1.32 2010/05/09 02:15:59 tgl Exp $
+ *       $PostgreSQL: pgsql/src/backend/tsearch/wparser_def.c,v 1.33 2010/08/19 05:57:34 petere Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -2572,4 +2572,3 @@ prsd_headline(PG_FUNCTION_ARGS)
 
        PG_RETURN_POINTER(prs);
 }
-
index a80f16b..b9f3c49 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # Copyright (c) 2001-2010, PostgreSQL Global Development Group
 #
-# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_BIG5.pl,v 1.10 2010/01/02 16:57:56 momjian Exp $
+# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_BIG5.pl,v 1.11 2010/08/19 05:57:34 petere Exp $
 #
 # Generate UTF-8 <--> BIG5 conversion tables from
 # map files provided by Unicode organization.
@@ -174,4 +174,3 @@ for $index ( sort {$a <=> $b} keys( %array ) ){
 
 print FILE "};\n";
 close(FILE);
-
index 33fc6b9..ae973f3 100644 (file)
@@ -4,7 +4,7 @@
 #    Makefile for utils/mb/conversion_procs
 #
 # IDENTIFICATION
-#    $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/Makefile,v 1.24 2009/11/04 23:47:04 tgl Exp $
+#    $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/Makefile,v 1.25 2010/08/19 05:57:34 petere Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -217,4 +217,3 @@ uninstall:
 clean distclean maintainer-clean:
        rm -f $(SQLSCRIPT)
        @for dir in $(SUBDIRS); do $(MAKE) -C $$dir $@ || exit; done
-
index da206b6..4ba22db 100644 (file)
@@ -1,8 +1,7 @@
-
 /* -----------------------------------------------------------------------
  * formatting.h
  *
- * $PostgreSQL: pgsql/src/include/utils/formatting.h,v 1.22 2010/01/02 16:58:10 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/formatting.h,v 1.23 2010/08/19 05:57:34 petere Exp $
  *
  *
  *      Portions Copyright (c) 1999-2010, PostgreSQL Global Development Group
index 5c1c54c..d036da5 100644 (file)
@@ -1,4 +1,4 @@
-$PostgreSQL: pgsql/src/interfaces/ecpg/README.dynSQL,v 1.3 2008/03/21 13:23:28 momjian Exp $
+$PostgreSQL: pgsql/src/interfaces/ecpg/README.dynSQL,v 1.4 2010/08/19 05:57:34 petere Exp $
 
 descriptor statements have the following shortcomings
 
@@ -9,4 +9,3 @@ descriptor statements have the following shortcomings
        Since this is not likely to happen in the near future and you
        can cover the same functionality with the existing infrastructure
        (using s[n]printf), I'll leave the work to someone else.
-
index 72a34f4..bf99a5e 100644 (file)
@@ -17,4 +17,3 @@
 /* Define to 1 to build client libraries as thread-safe code.
  *    (--enable-thread-safety) */
 #undef ENABLE_THREAD_SAFETY
-
index 950b05d..ddc3061 100644 (file)
@@ -40,4 +40,3 @@ c) "addon" - the automatic action for the rule (SQL syntax constructed
 
 Multiple "addon" or "block" lines may appear together with the
 new code block if the code block is common for those rules.
-
index 7736721..a806cd2 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/check_rules.pl,v 1.2 2010/01/02 16:58:11 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/check_rules.pl,v 1.3 2010/08/19 05:57:34 petere Exp $
 # test parser generater for ecpg
 # call with backend parser as stdin
 #
@@ -133,4 +133,3 @@ sub generate_block {
     $s = "\\|", $block =~ s/$s//g;
     return $block;
 }
-
index 18d710a..d754ff9 100644 (file)
@@ -1,4 +1,4 @@
-/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.tokens,v 1.2 2009/07/14 20:34:48 tgl Exp $ */
+/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.tokens,v 1.3 2010/08/19 05:57:34 petere Exp $ */
 
 /* special embedded SQL tokens */
 %token  SQL_ALLOCATE SQL_AUTOCOMMIT SQL_BOOL SQL_BREAK
@@ -25,4 +25,3 @@
 
 %token CSTRING CVARIABLE CPP_LINE IP 
 %token DOLCONST ECONST NCONST UCONST UIDENT
-
index dbcd3e8..aa062c3 100644 (file)
@@ -1,4 +1,4 @@
-/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.type,v 1.6 2010/01/15 10:44:37 meskes Exp $ */
+/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.type,v 1.7 2010/08/19 05:57:34 petere Exp $ */
 %type <str> ECPGAllocateDescr
 %type <str> ECPGCKeywords
 %type <str> ECPGColId
 %type  <type>   var_type
 
 %type  <action> action
-
index 77016c8..2602d5d 100644 (file)
@@ -10,4 +10,3 @@ TESTS = test1 test1.c \
         test5 test5.c
 
 all: $(TESTS)
-
index 5214d25..77481b5 100644 (file)
@@ -53,4 +53,3 @@ test: thread/prep
 test: thread/alloc
 test: thread/descriptor
 test: connect/test1
-
index e8c4f5c..ada4f89 100644 (file)
@@ -99,7 +99,6 @@ int                   PGTYPESnumeric_from_decimal(decimal *, numeric *);
 /* exec sql begin declare section */
 
 #line 1 "struct.h"
-
  
 
                                
@@ -110,7 +109,7 @@ int                 PGTYPESnumeric_from_decimal(decimal *, numeric *);
 
    typedef struct mytype  MYTYPE ;
 
-#line 10 "struct.h"
+#line 9 "struct.h"
 
 
  
@@ -123,40 +122,40 @@ int                       PGTYPESnumeric_from_decimal(decimal *, numeric *);
 
    typedef struct mynulltype  MYNULLTYPE ;
 
-#line 20 "struct.h"
+#line 19 "struct.h"
 
 
 #line 11 "outofscope.pgc"
 
 struct mytype { 
-#line 4 "struct.h"
+#line 3 "struct.h"
  int id ;
  
-#line 5 "struct.h"
+#line 4 "struct.h"
  char t [ 64 ] ;
  
-#line 6 "struct.h"
+#line 5 "struct.h"
  double d1 ;
  
-#line 7 "struct.h"
+#line 6 "struct.h"
  double d2 ;
  
-#line 8 "struct.h"
+#line 7 "struct.h"
  char c [ 30 ] ;
  } ; struct mynulltype { 
-#line 14 "struct.h"
+#line 13 "struct.h"
  int id ;
  
-#line 15 "struct.h"
+#line 14 "struct.h"
  int t ;
  
-#line 16 "struct.h"
+#line 15 "struct.h"
  int d1 ;
  
-#line 17 "struct.h"
+#line 16 "struct.h"
  int d2 ;
  
-#line 18 "struct.h"
+#line 17 "struct.h"
  int c ;
  } ;/* exec sql end declare section */
 #line 12 "outofscope.pgc"
index 5392323..ee59691 100644 (file)
@@ -10,4 +10,3 @@ TESTS = dt_test dt_test.c \
         nan_test nan_test.c
 
 all: $(TESTS)
-
index 75e802a..19da316 100644 (file)
@@ -1,4 +1,3 @@
-
 struct mytype
 {
        int                     id;
index 1cd2217..59e4dd6 100644 (file)
@@ -28,4 +28,3 @@ all: $(TESTS)
 
 oldexec.c:     oldexec.pgc ../regression.h
        $(ECPG) -r questionmarks -o $@ -I$(srcdir) $<
-
index 99591e7..1b4ddcf 100644 (file)
@@ -11,4 +11,3 @@ TESTS = thread_implicit thread_implicit.c \
         alloc alloc.c
 
 all: $(TESTS)
-
index 72e96d1..bfe443a 100644 (file)
@@ -1,5 +1,4 @@
-
-#  $PostgreSQL: pgsql/src/pl/plperl/plc_perlboot.pl,v 1.7 2010/07/27 04:18:28 alvherre Exp $
+#  $PostgreSQL: pgsql/src/pl/plperl/plc_perlboot.pl,v 1.8 2010/08/19 05:57:35 petere Exp $
 
 use 5.008001;
 use vars qw(%_SHARED);
@@ -76,4 +75,3 @@ sub ::encode_array_constructor {
        } @$arg;
        return "ARRAY[$res]";
 }
-
index a76cc2f..b7ca1d6 100644 (file)
@@ -1,6 +1,4 @@
-
-
-#  $PostgreSQL: pgsql/src/pl/plperl/plc_trusted.pl,v 1.1 2010/05/13 16:39:43 adunstan Exp $
+#  $PostgreSQL: pgsql/src/pl/plperl/plc_trusted.pl,v 1.2 2010/08/19 05:57:35 petere Exp $
 
 package PostgreSQL::InServer::safe;
  
index 651d5ee..fcae9e0 100644 (file)
@@ -390,4 +390,3 @@ DO $do$ use strict; my $name = "foo"; my $ref = $$name; $do$ LANGUAGE plperl;
 -- check that we can "use warnings" (in this case to turn a warn into an error)
 -- yields "ERROR:  Useless use of sort in scalar context."
 DO $do$ use warnings FATAL => qw(void) ; my @y; my $x = sort @y; 1; $do$ LANGUAGE plperl;
-
index c8042d6..d55f79a 100644 (file)
@@ -116,4 +116,3 @@ DELETE FROM trigger_test;
 
 
 SELECT * FROM trigger_test;
-
index 7e13ea5..339eac6 100644 (file)
@@ -1,5 +1,4 @@
-
-# $PostgreSQL: pgsql/src/pl/plperl/text2macro.pl,v 1.2 2010/01/20 01:08:21 adunstan Exp $
+# $PostgreSQL: pgsql/src/pl/plperl/text2macro.pl,v 1.3 2010/08/19 05:57:35 petere Exp $
 
 =head1 NAME
 
index 11bf00d..7f4ae5c 100644 (file)
@@ -1,3 +1,4 @@
+--
 -- nested calls
 --
 CREATE FUNCTION nested_call_one(a text) RETURNS text
index a1963e7..cc1e19b 100644 (file)
@@ -1,4 +1,3 @@
-
 INSERT INTO users (fname, lname, username) VALUES ('jane', 'doe', 'j_doe');
 INSERT INTO users (fname, lname, username) VALUES ('john', 'doe', 'johnd');
 INSERT INTO users (fname, lname, username) VALUES ('willem', 'doe', 'w_doe');
@@ -25,4 +24,4 @@ INSERT INTO sequences (sequence, eid, product) VALUES ('ABCDEF', 2, 'env') ;
 INSERT INTO sequences (sequence, eid, product) VALUES ('ABCDEF', 3, 'env') ;
 INSERT INTO sequences (sequence, eid, product) VALUES ('ABCDEF', 4, 'gag') ;
 INSERT INTO sequences (sequence, eid, product) VALUES ('ABCDEF', 5, 'env') ;
-INSERT INTO sequences (sequence, eid, product) VALUES ('ABCDEF', 6, 'ns1') ;
\ No newline at end of file
+INSERT INTO sequences (sequence, eid, product) VALUES ('ABCDEF', 6, 'ns1') ;
index 1cb84d6..669c487 100644 (file)
@@ -1,4 +1,3 @@
-
 CREATE TABLE users (
        fname text not null,
        lname text not null,
index 6b02fb4..cdab74a 100644 (file)
@@ -220,4 +220,3 @@ NOTICE:  TG_table_name: trigger_test
 NOTICE:  TG_table_schema: public
 NOTICE:  TG_when: BEFORE
 NOTICE:  args: {23 skidoo}
-      
index 6201a9b..5788df7 100644 (file)
@@ -220,4 +220,3 @@ NOTICE:  TG_table_name: trigger_test
 NOTICE:  TG_table_schema: public
 NOTICE:  TG_when: BEFORE
 NOTICE:  args: {23 skidoo}
-      
index 58529d1..4abc249 100644 (file)
@@ -1,4 +1,4 @@
-$PostgreSQL: pgsql/src/pl/tcl/modules/README,v 1.3 2008/03/21 13:23:29 momjian Exp $
+$PostgreSQL: pgsql/src/pl/tcl/modules/README,v 1.4 2010/08/19 05:57:35 petere Exp $
 
 Regular Tcl scripts of any size (over 8K :-) can be loaded into
 the table pltcl_modules using the pltcl_loadmod script. The script
@@ -16,4 +16,3 @@ command that invoked unknown.
 I know, this readme should be more explanatory - but time.
 
 Jan
-
index 4f0a3fa..0729ac1 100644 (file)
@@ -61,5 +61,3 @@ proc unknown {proname args} {
     #-----------------------------------------------------------
     return [uplevel 1 $proname $args]
 }
-
-
index cc8b468..3a99132 100644 (file)
@@ -78,6 +78,3 @@ select * from T_pkey2 order by key1 using @<, key2;
 insert into trigger_test values(1,'insert');
 update trigger_test set v = 'update' where i = 1;
 delete from trigger_test;
-      
-
-
index ce2ec3b..147e35f 100644 (file)
@@ -1,4 +1,4 @@
-$PostgreSQL: pgsql/src/port/README,v 1.4 2008/03/21 13:23:29 momjian Exp $
+$PostgreSQL: pgsql/src/port/README,v 1.5 2010/08/19 05:57:35 petere Exp $
 
 libpgport
 =========
@@ -30,4 +30,3 @@ dependent on symbols that are _used_ by libpq, but not intended to be
 exported by libpq.  libpq's libpgport usage changes over time, so such a
 dependency is a problem.  Win32, Linux, and Darwin use an export list to
 control the symbols exported by libpq.
-
index 43a19c6..2a85835 100644 (file)
@@ -1,3 +1 @@
-# $PostgreSQL: pgsql/src/template/dgux,v 1.12 2006/03/11 04:38:40 momjian Exp $
-
-
+# $PostgreSQL: pgsql/src/template/dgux,v 1.13 2010/08/19 05:57:35 petere Exp $
index 6e0ff48..c6ac2ba 100644 (file)
@@ -1,3 +1,2 @@
-# $PostgreSQL: pgsql/src/template/netbsd,v 1.20 2006/03/11 04:38:41 momjian Exp $
+# $PostgreSQL: pgsql/src/template/netbsd,v 1.21 2010/08/19 05:57:35 petere Exp $
 # tools/thread/thread_test must be run
-
index e0b0847..9a736da 100644 (file)
@@ -1,2 +1 @@
 CC="$CC -b elf"
-
index 1d0c53d..f4bf2fc 100755 (executable)
@@ -135,4 +135,3 @@ while (<TMPF>)
        ($tmp, $rtime, $rest) = split (/[       ]+/, $rtime);
        print RESF "$test: $rtime\n";
 }
-
index 478e7c6..c0fef47 100644 (file)
@@ -1,4 +1,3 @@
-
 if ( $TestDBMS =~ /^pgsql/ )
 {
        `echo "CREATE TABLE simple (justint int);" | time $FrontEnd`;
index cda626b..f1cae64 100644 (file)
@@ -2,4 +2,3 @@ if ( $TestDBMS =~ /^pgsql/ )
 {
        `echo "CREATE INDEX simpleidx ON simple (justint);" | time $FrontEnd`;
 }
-
index 327fbcc..b0c586d 100644 (file)
@@ -1,4 +1,3 @@
-
 if ( $TestDBMS =~ /^pgsql/ )
 {
        `echo "DROP TABLE simple;" | time $FrontEnd`;
index ed07fe4..950206a 100644 (file)
@@ -1,5 +1,4 @@
-
-# $PostgreSQL: pgsql/src/test/performance/sqls/inssimple,v 1.2 2006/03/11 04:38:41 momjian Exp $
+# $PostgreSQL: pgsql/src/test/performance/sqls/inssimple,v 1.3 2010/08/19 05:57:35 petere Exp $
 #
 # Transactions are unsupported by MySQL - so for insertion of
 # 8192 rows, 1 INSERT per Xaction, we returned "Transactions unsupported"
@@ -27,4 +26,3 @@ if ( $TestDBMS =~ /^mysql/ && $XACTBLOCK eq '' )
 
 # Ok - run queries
 `time $FrontEnd < .sqlf`;
-
index 88101bb..ab7b2ff 100644 (file)
@@ -1,2 +1 @@
-
 `echo "SELECT * FROM simple ORDER BY justint;" | time $FrontEnd`;
index e153a38..dd70759 100644 (file)
@@ -1,4 +1,3 @@
-
 `> .sqlf`;
 
 # PgSQL specific to execute all queries in single xaction
index 9e671d0..45b0fba 100644 (file)
@@ -1,4 +1,3 @@
-
 if ( $TestDBMS =~ /^pgsql/ )
 {
        `time $FrontEnd -c 'vacuum'`;
index 376329d..2d34c72 100644 (file)
@@ -106,4 +106,3 @@ this is just a line full of junk that would error out if parsed
 \.
 
 copy copytest3 to stdout csv header;
-
index b1289e8..459ca3c 100644 (file)
@@ -68,4 +68,3 @@ CREATE FUNCTION oldstyle_length(int4, text)
 -- Function dynamic loading
 --
 LOAD '@libdir@/regress@DLSUFFIX@';
-
index c581363..fa58b54 100644 (file)
@@ -256,4 +256,3 @@ drop table oldstyle_test;
 --
 -- rewrite rules
 --
-
index a689295..f1ff815 100644 (file)
@@ -117,4 +117,3 @@ SELECT '' AS one, b1.*, b2.*
    WHERE b1.f1 @> b2.f1 and not b1.f1 ~= b2.f1;
 
 SELECT '' AS four, height(f1), width(f1) FROM BOX_TBL;
-
index 2ab22fb..fd5c400 100644 (file)
@@ -162,4 +162,3 @@ SELECT * FROM CASE_TBL;
 
 DROP TABLE CASE_TBL;
 DROP TABLE CASE2_TBL;
-
index 6637629..5ce8128 100644 (file)
@@ -34,5 +34,3 @@ CREATE OPERATOR #%# (
 
 -- Test comments
 COMMENT ON OPERATOR ###### (int4, NONE) IS 'bad right unary';
-
-
index 2b143d9..5df1b6a 100644 (file)
@@ -244,4 +244,3 @@ DROP VIEW street;
 DROP VIEW iexit;
 
 DROP VIEW toyemp;
-
index ae7543f..62b3f57 100644 (file)
@@ -115,4 +115,3 @@ DROP GROUP tg2;
 DROP GROUP IF EXISTS tg1, tg2;
 
 DROP GROUP tg1;
-
index 4cde9d7..4ce6d9e 100644 (file)
@@ -81,4 +81,3 @@ UPDATE FLOAT4_TBL
    WHERE FLOAT4_TBL.f1 > '0.0';
 
 SELECT '' AS five, * FROM FLOAT4_TBL;
-
index 142e6d7..40f488d 100644 (file)
@@ -167,4 +167,3 @@ INSERT INTO FLOAT8_TBL(f1) VALUES ('-1.2345678901234e+200');
 INSERT INTO FLOAT8_TBL(f1) VALUES ('-1.2345678901234e-200');
 
 SELECT '' AS five, * FROM FLOAT8_TBL;
-
index b0811b7..13ef74a 100644 (file)
@@ -151,4 +151,3 @@ SELECT h.seqno AS f20000
 
 -- SELECT count(*) AS i988 FROM hash_ovfl_heap
 --  WHERE x = 1000;
-
index 65c89e4..bf4efba 100644 (file)
@@ -85,4 +85,3 @@ SELECT '' AS five, i.f1, i.f1 - int4 '2' AS x FROM INT2_TBL i;
 SELECT '' AS five, i.f1, i.f1 / int2 '2' AS x FROM INT2_TBL i;
 
 SELECT '' AS five, i.f1, i.f1 / int4 '2' AS x FROM INT2_TBL i;
-
index 9202f2d..07c5a29 100644 (file)
@@ -23,4 +23,3 @@ select * from LSEG_TBL;
 SELECT * FROM LSEG_TBL WHERE s <= lseg '[(1,2),(3,4)]';
 
 SELECT * FROM LSEG_TBL WHERE (s <-> lseg '[(1,2),(3,4)]') < 10;
-
index 40bc0e1..580425e 100644 (file)
@@ -56,4 +56,3 @@ SELECT * FROM money_data;
 DELETE FROM money_data;
 INSERT INTO money_data VALUES ('$123.459');
 SELECT * FROM money_data;
-
index 0e21ec0..8f40c20 100644 (file)
@@ -645,4 +645,3 @@ SELECT t1.id1, t1.result, t2.expected
     FROM num_result t1, num_exp_power_10_ln t2
     WHERE t1.id1 = t2.id
     AND t1.result != t2.expected;
-
index 6626cf2..980d0d7 100644 (file)
@@ -96,4 +96,3 @@ DROP TABLE TEMP_INT4;
 DROP TABLE TEMP_FLOAT;
 
 DROP TABLE TEMP_GROUP;
-
index 36cb7c8..7e69b53 100644 (file)
@@ -36,4 +36,3 @@ SELECT '' AS count, f1 AS closed_path FROM PATH_TBL WHERE isclosed(f1);
 SELECT '' AS count, pclose(f1) AS closed_path FROM PATH_TBL;
 
 SELECT '' AS count, popen(f1) AS open_path FROM PATH_TBL;
-
index 743ca22..1b3903b 100644 (file)
@@ -171,4 +171,3 @@ SELECT '((0,4),(6,4),(1,2),(6,0),(0,0))'::polygon && '((2,1),(2,3),(3,3),(3,1))'
 --     +-------+
 SELECT '((1,4),(1,1),(4,1),(4,2),(2,2),(2,4),(1,4))'::polygon && '((3,3),(4,3),(4,4),(3,4),(3,3))'::polygon AS "false";
 SELECT '((200,800),(800,800),(800,200),(200,200))' &&  '(1000,1000,0,0)'::polygon AS "true";
-
index 1dc4db1..25f814b 100644 (file)
@@ -75,4 +75,3 @@ SELECT name, statement, parameter_types FROM pg_prepared_statements
 DEALLOCATE ALL;
 SELECT name, statement, parameter_types FROM pg_prepared_statements
     ORDER BY name;
-
index 6ad1ff1..ae6b70a 100644 (file)
@@ -41,4 +41,3 @@ SELECT random, count(random) FROM RANDOM_TBL
 
 SELECT AVG(random) FROM RANDOM_TBL
   HAVING AVG(random) NOT BETWEEN 80 AND 120;
-
index 4e934da..448405b 100644 (file)
@@ -152,4 +152,3 @@ SELECT * FROM test_missing_target3;
 DROP TABLE test_missing_target;
 DROP TABLE test_missing_target2;
 DROP TABLE test_missing_target3;
-
index 993c44b..2fa3d1e 100644 (file)
@@ -15,4 +15,3 @@ SELECT *
    WHERE onek2.unique1 < 2;
 
 DROP TABLE tmp1;
-
index dd1837f..14f1be8 100644 (file)
@@ -8,4 +8,3 @@ SELECT * FROM street;
 SELECT name, #thepath FROM iexit ORDER BY 1, 2;
 
 SELECT * FROM toyemp WHERE name = 'sharon';
-
index f3eb81e..af35a05 100644 (file)
@@ -116,4 +116,4 @@ SELECT lastval();
 ROLLBACK;
 
 DROP USER seq_user;
-DROP SEQUENCE seq;
\ No newline at end of file
+DROP SEQUENCE seq;
index 4decbfb..68495ca 100644 (file)
@@ -578,4 +578,3 @@ SELECT * FROM min_updates_test_oids;
 DROP TABLE min_updates_test;
 
 DROP TABLE min_updates_test_oids;
-
index 9f85ae7..67220b3 100644 (file)
@@ -1,4 +1,4 @@
-$PostgreSQL: pgsql/src/test/thread/README,v 1.3 2009/12/02 14:07:26 momjian Exp $
+$PostgreSQL: pgsql/src/test/thread/README,v 1.4 2010/08/19 05:57:35 petere Exp $
 
 Threading
 =========
@@ -52,4 +52,3 @@ to test your system however, you can do so as follows:
     Your system uses gethostbyname which is thread-safe.
 
     Your platform is thread-safe.
-
index 7344735..a28d26b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $PostgreSQL: pgsql/src/tools/add_cvs_markers,v 1.2 2008/06/15 21:58:55 adunstan Exp $
+# $PostgreSQL: pgsql/src/tools/add_cvs_markers,v 1.3 2010/08/19 05:57:35 petere Exp $
 
 # Author: Andrew Dunstan
 
@@ -47,4 +47,3 @@ find . \( \( -name 'libstemmer' -o -name 'expected' -o -name 'ppport.h' \
   xargs -l sed -i -e '1i/*\n * \x24PostgreSQL:$ \n */'
 
 rm -f dummy
-
index bde3a3e..ecf2b64 100644 (file)
@@ -1,5 +1,4 @@
-$PostgreSQL: pgsql/src/tools/backend/README,v 1.2 2008/03/21 13:23:29 momjian Exp $
+$PostgreSQL: pgsql/src/tools/backend/README,v 1.3 2010/08/19 05:57:35 petere Exp $
 
 Just point your browser at the index.html file, and click on the 
 flowchart to see the description and source code.
-
index a77cee9..9b675c3 100644 (file)
@@ -347,4 +347,3 @@ href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>
  Last updated: Fri May 6 14:22:27 EDT 2005</small>
 </body>
 </html>
-
index de1fff2..230ed82 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $PostgreSQL: pgsql/src/tools/copyright,v 1.18 2009/01/01 18:31:55 momjian Exp $
+# $PostgreSQL: pgsql/src/tools/copyright,v 1.19 2010/08/19 05:57:35 petere Exp $
 
 echo "Using current year:  `date '+%Y'`"
 
@@ -12,4 +12,3 @@ do
 done
 
 echo "Manually update doc/src/sgml/legal.sgml and src/interfaces/libpq/libpq.rc.in too" 1>&2
-
index 210d9a3..ccbc93f 100644 (file)
@@ -1,4 +1,3 @@
-
 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 "
 " These settings are appropriate for editing PostgreSQL code with vim
index 64697a5..b252432 100644 (file)
@@ -26,4 +26,3 @@ install:
        install -s $(TARGET) $(BINDIR)
        rm -f $(BINDIR)/detab
        ln $(BINDIR)/$(TARGET) $(BINDIR)/detab
-
index f58e213..1195e63 100755 (executable)
@@ -3,7 +3,7 @@
 # This script attempts to find bad ifdef's, i.e. ifdef's that use braces
 # but not the do { ... } while (0) syntax
 #
-# $PostgreSQL: pgsql/src/tools/find_badmacros,v 1.2 2006/03/11 04:38:41 momjian Exp $
+# $PostgreSQL: pgsql/src/tools/find_badmacros,v 1.3 2010/08/19 05:57:35 petere Exp $
 #
 # This is useful for running before pgindent
 
@@ -20,4 +20,3 @@ do
                                }' "$FILE"
        grep -on '^#define.*{' "$FILE" | grep -v 'do[   ]*{'
 done
-
index c841e9a..c0c8dc4 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $PostgreSQL: pgsql/src/tools/find_static,v 1.5 2006/07/14 14:59:00 momjian Exp $
+# $PostgreSQL: pgsql/src/tools/find_static,v 1.6 2010/08/19 05:57:35 petere Exp $
 
 trap "rm -f /tmp/$$" 0 1 2 3 15
 
@@ -49,4 +49,3 @@ echo "
        where   scope = 'T' and func != 'main'
         order by file, func;
 " |psql debug
-
index 9e333b6..0dbab7d 100644 (file)
@@ -1,4 +1,4 @@
-$PostgreSQL: pgsql/src/tools/make_diff/README,v 1.4 2008/03/21 13:23:29 momjian Exp $
+$PostgreSQL: pgsql/src/tools/make_diff/README,v 1.5 2010/08/19 05:57:36 petere Exp $
 
 scripts
 =======
@@ -37,4 +37,3 @@ the files I used with cporig.
 Finally, I remove my old copies with 'rmorig'.
 
 Bruce Momjian
-
index 764e594..f82af96 100644 (file)
@@ -1,7 +1,6 @@
-
 # -*-perl-*- hey - emacs - this is a perl file
 
-# $PostgreSQL: pgsql/src/tools/msvc/build.pl,v 1.3 2010/04/09 13:05:58 mha Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/build.pl,v 1.4 2010/08/19 05:57:36 petere Exp $
 
 BEGIN
 {
index 4c07922..b942bb1 100644 (file)
@@ -1,7 +1,6 @@
-
 # -*-perl-*- hey - emacs - this is a perl file
 
-# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.15 2010/04/09 13:05:58 mha Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.16 2010/08/19 05:57:36 petere Exp $
 
 use strict;
 
index 1cf0629..7b65abe 100644 (file)
@@ -1,4 +1,4 @@
-$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.42 2010/07/06 19:26:28 momjian Exp $
+$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.43 2010/08/19 05:57:36 petere Exp $
 
 pgindent
 ========
@@ -75,4 +75,3 @@ To use pgindent:
 4) Save a list of typedefs by running:
 
        src/tools/find_typedef /usr/local/pgsql/bin /usr/local/pgsql/lib > /tmp/pgtypedefs
-
index 1168935..2ab169e 100644 (file)
@@ -7,7 +7,7 @@
 -- Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
 -- Portions Copyright (c) 1994, Regents of the University of California
 --
--- $PostgreSQL: pgsql/src/tutorial/syscat.source,v 1.21 2010/01/02 16:58:17 momjian Exp $
+-- $PostgreSQL: pgsql/src/tutorial/syscat.source,v 1.22 2010/08/19 05:57:36 petere Exp $
 --
 ---------------------------------------------------------------------------
 
@@ -182,4 +182,3 @@ SELECT am.amname, n.nspname, opf.opfname, opr.oprname
 -- Reset the search path
 --
 RESET SEARCH_PATH;
-