/[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 38 by dpavlin, Fri Jul 8 12:47:49 2005 UTC revision 39 by dpavlin, Fri Jul 8 15:26:04 2005 UTC
# Line 229  Datum pgest_attr(PG_FUNCTION_ARGS) Line 229  Datum pgest_attr(PG_FUNCTION_ARGS)
229          /* total number of tuples to be returned */          /* total number of tuples to be returned */
230          if (limit && limit < resnum) {          if (limit && limit < resnum) {
231                  nrows = limit;                  nrows = limit;
                 elog(INFO, "This is probably a bug in limit implementation. Please report it to dpavlin@rot13.org");  
232          } else {          } else {
233                  nrows = resnum - offset;                  nrows = resnum - offset;
234          }          }

Legend:
Removed from v.38  
changed lines
  Added in v.39

  ViewVC Help
Powered by ViewVC 1.1.26