pgsql: Don't use spi_priv.h in plpython.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't use spi_priv.h in plpython.
Date: 2013-01-31 01:12:06
Message-ID: E1U0ihC-0000MI-JK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't use spi_priv.h in plpython.

There may once have been a reason to violate modularity like that,
but it doesn't appear that there is anymore.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2ab218b57698bf76fc31b03e6230d057f5187ba3

Modified Files
--------------
src/pl/plpython/plpy_spi.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2013-01-31 07:04:45 pgsql: Add --aggregate-interval option.
Previous Message Tom Lane 2013-01-31 01:02:52 pgsql: Fix plpgsql's reporting of plan-time errors in possibly-simple e