dbi-link - dbi-link: - Functions will now load and compile with

From: anti(at)pgfoundry(dot)org (User Anti)
To: pgsql-committers(at)postgresql(dot)org
Subject: dbi-link - dbi-link: - Functions will now load and compile with
Date: 2005-11-18 18:56:45
Message-ID: 20051118185645.1A43E1125061@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
- Functions will now load and compile with plperl.use_strict set to TRUE.
- Fixed all instances of $_TD{} to correct hash reference $_TD->{}
- Fixed a few typos of variable names that broke strict usage.

Modified Files:
--------------
dbi-link:
make_connection.sql (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/make_connection.sql.diff?r1=1.9&r2=1.10)
remote_query.sql (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/remote_query.sql.diff?r1=1.7&r2=1.8)

Browse pgsql-committers by date

  From Date Subject
Next Message User Gsmet 2005-11-18 20:05:30 pgfouine - pgfouine: added README and INSTALL
Previous Message User Gsmet 2005-11-18 18:09:28 pgfouine - pgfouine: added -C so that we don't chdir to the script