pgsql: Revert "Factor out functions responsible for caching I/O routine

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert "Factor out functions responsible for caching I/O routine
Date: 2011-01-23 18:15:53
Message-ID: E1Ph4Th-0006S3-Fv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-01-23 18:21:05 Re: pgsql: Suppress uninitialized-variable warning.
Previous Message Magnus Hagander 2011-01-23 18:15:42 Re: pgsql: Suppress uninitialized-variable warning.