diff options
Diffstat (limited to 'contrib/xml2/xpath.c')
-rw-r--r-- | contrib/xml2/xpath.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/xml2/xpath.c b/contrib/xml2/xpath.c index 98865bac7a6..39908494f3e 100644 --- a/contrib/xml2/xpath.c +++ b/contrib/xml2/xpath.c @@ -1,4 +1,7 @@ -/* Parser interface for DOM-based parser (libxml) rather than +/* + * $PostgreSQL: pgsql/contrib/xml2/xpath.c,v 1.20 2008/05/17 01:28:22 adunstan Exp $ + * + * Parser interface for DOM-based parser (libxml) rather than stream-based SAX-type parser */ #include "postgres.h" |