/[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 5 by dpavlin, Fri May 20 19:44:09 2005 UTC revision 7 by dpavlin, Fri May 20 22:01:19 2005 UTC
# Line 191  Datum pgest(PG_FUNCTION_ARGS) { Line 191  Datum pgest(PG_FUNCTION_ARGS) {
191                          est_doc_delete(doc);                          est_doc_delete(doc);
192                  } else {                  } else {
193                          elog(INFO, "no result from estraier");                          elog(INFO, "no result from estraier");
194                          values[0] = NULL;                          values[0] = DatumGetCString( "" );
195                          values[1] = NULL;                          values[1] = DatumGetCString( "" );
196                          values[2] = NULL;                          values[2] = DatumGetCString( "" );
197                          values[3] = NULL;                          values[3] = DatumGetCString( "" );
198                  }                  }
199    
200    

Legend:
Removed from v.5  
changed lines
  Added in v.7

  ViewVC Help
Powered by ViewVC 1.1.26