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.
This commit is contained in:
Tom Lane 2013-01-30 20:11:58 -05:00
parent 0900ac2d0d
commit 2ab218b576
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#include "access/htup_details.h"
#include "access/xact.h"
#include "catalog/pg_type.h"
#include "executor/spi_priv.h"
#include "executor/spi.h"
#include "mb/pg_wchar.h"
#include "parser/parse_type.h"
#include "utils/memutils.h"