pgsql: Factor out functions responsible for caching I/O routines

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Factor out functions responsible for caching I/O routines
Date: 2011-01-20 20:35:02
Message-ID: E1Pg1Di-0008L7-UJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Factor out functions responsible for caching I/O routines

This makes PLy_procedure_create a bit more manageable.

Jan Urbański

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=740e54ca84c437fd67524f97a3ea9ddea752e208

Modified Files
--------------
src/pl/plpython/plpython.c | 245 ++++++++++++++++++++++++--------------------
1 files changed, 132 insertions(+), 113 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-01-20 20:35:03 pgsql: Fix wrong comment
Previous Message User Masao_fujii 2011-01-20 13:53:13 pgbulkload - pgbulkload: Fix typo.