/[pgestraier]/trunk/pgest.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/pgest.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 14 by dpavlin, Thu May 26 00:06:10 2005 UTC revision 16 by dpavlin, Thu May 26 00:16:48 2005 UTC
# Line 214  Datum pgest(PG_FUNCTION_ARGS) { Line 214  Datum pgest(PG_FUNCTION_ARGS) {
214                          values[0] = (char *) attr2text(doc,"@id");                          values[0] = (char *) attr2text(doc,"@id");
215                          values[1] = (char *) attr2text(doc,"@uri");                          values[1] = (char *) attr2text(doc,"@uri");
216                          values[2] = (char *) attr2text(doc,"@title");                          values[2] = (char *) attr2text(doc,"@title");
217                          values[3] = (char *) attr2text(doc,"@type");                          values[3] = (char *) attr2text(doc,"@size");
218    
219                          /* destloy the document object */                          /* destloy the document object */
220                          elog(DEBUG2, "est_doc_delete");                          elog(DEBUG2, "est_doc_delete");

Legend:
Removed from v.14  
changed lines
  Added in v.16

  ViewVC Help
Powered by ViewVC 1.1.26