newsysviews - newsysview: Prep work for 8.2 support.

From: andrewsn(at)pgfoundry(dot)org (User Andrewsn)
To: pgsql-committers(at)postgresql(dot)org
Subject: newsysviews - newsysview: Prep work for 8.2 support.
Date: 2007-03-03 23:00:59
Message-ID: 20070303230059.7EE8B2173AC@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Prep work for 8.2 support. Convert all function bodies to dollar-quoting
and all literal strings with ' or \ in to use E'', and put code in the
build script to undo these changes for 7.4 and 8.0 as needed. This allows
the source to keep one consistent style while coping with the 8.2 quoting
changes (and keeps things independent of standards_conforming_strings).

Modified Files:
--------------
newsysview/sql:
_aclfuncs.sql (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/sql/_aclfuncs.sql.diff?r1=1.2&r2=1.3)
_compat74.sql (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/sql/_compat74.sql.diff?r1=1.6&r2=1.7)
_compat80.sql (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/sql/_compat80.sql.diff?r1=1.6&r2=1.7)
_compat81.sql (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/sql/_compat81.sql.diff?r1=1.1&r2=1.2)
_funcs.sql (r1.11 -> r1.12)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/sql/_funcs.sql.diff?r1=1.11&r2=1.12)
_typefuncs.sql (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/sql/_typefuncs.sql.diff?r1=1.3&r2=1.4)
build.sh (r1.11 -> r1.12)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/sql/build.sh.diff?r1=1.11&r2=1.12)
foreign_key_index.sql (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/sql/foreign_key_index.sql.diff?r1=1.3&r2=1.4)
grant.sql (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/sql/grant.sql.diff?r1=1.6&r2=1.7)
rules.sql (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/sql/rules.sql.diff?r1=1.4&r2=1.5)
triggers.sql (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/sql/triggers.sql.diff?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message User Okbob 2007-03-04 08:06:09 orafce - orafce: these changes are necessary for 8.1 version current
Previous Message Neil Conway 2007-03-03 22:57:04 pgsql: Make the newly-added regression tests for lo_truncate()