aboutsummaryrefslogtreecommitdiff
path: root/contrib/xml/pgxml.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/xml/pgxml.h')
-rw-r--r--contrib/xml/pgxml.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/xml/pgxml.h b/contrib/xml/pgxml.h
index 605031861de..2b80124b771 100644
--- a/contrib/xml/pgxml.h
+++ b/contrib/xml/pgxml.h
@@ -24,7 +24,7 @@ typedef struct
char *results[MAXRESULTS];
int32 reslens[MAXRESULTS];
char *resbuf; /* pointer to the result buffer for pfree */
-} XPath_Results;
+} XPath_Results;
@@ -36,7 +36,7 @@ typedef struct
char *resptr;
int32 reslen;
XPath_Results *xpres;
-} pgxml_udata;
+} pgxml_udata;
#define UD ((pgxml_udata *) userData)