1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-14 02:22:38 +03:00

Fix multiple breakages in last XML patch.

This commit is contained in:
Tom Lane
2006-12-29 16:44:28 +00:00
parent 8832f0f358
commit dbfb727444
2 changed files with 43 additions and 41 deletions

View File

@@ -2,7 +2,7 @@
* ruleutils.c - Functions to convert stored expressions/querytrees
* back to source text
*
* $PostgreSQL: pgsql/src/backend/utils/adt/ruleutils.c,v 1.239 2006/12/29 10:50:22 petere Exp $
* $PostgreSQL: pgsql/src/backend/utils/adt/ruleutils.c,v 1.240 2006/12/29 16:44:28 tgl Exp $
**********************************************************************/
#include "postgres.h"
@@ -37,6 +37,7 @@
#include "utils/fmgroids.h"
#include "utils/lsyscache.h"
#include "utils/typcache.h"
#include "utils/xml.h"
/* ----------