--- trunk/pgest.c 2005/07/08 12:47:49 38 +++ trunk/pgest.c 2005/07/08 15:26:04 39 @@ -229,7 +229,6 @@ /* total number of tuples to be returned */ if (limit && limit < resnum) { nrows = limit; - elog(INFO, "This is probably a bug in limit implementation. Please report it to dpavlin@rot13.org"); } else { nrows = resnum - offset; }