pgsql: Revert "Factor out functions responsible for caching I/O routine - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Revert "Factor out functions responsible for caching I/O routine
Date
Msg-id E1Ph4Th-0006S3-Fv@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Revert "Factor out functions responsible for caching I/O routines".

This reverts commit 740e54ca84c437fd67524f97a3ea9ddea752e208, which seems
to have tickled an optimization bug in gcc 4.5.x, as reported upstream at
https://bugzilla.redhat.com/show_bug.cgi?id=671899
Since this patch had no purpose beyond code beautification, it's not
worth expending a lot of effort to look for another workaround.

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: pgsql: Suppress uninitialized-variable warning.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Suppress uninitialized-variable warning.