Обсуждение: pgsql: Revert "Factor out functions responsible for caching I/O routine

Поиск
Список
Период
Сортировка

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

От
Tom Lane
Дата:
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(-)