diff options
Diffstat (limited to 'src/backend/optimizer/geqo/geqo_eval.c')
-rw-r--r-- | src/backend/optimizer/geqo/geqo_eval.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/optimizer/geqo/geqo_eval.c b/src/backend/optimizer/geqo/geqo_eval.c index 97cda4ce78f..89ce1625055 100644 --- a/src/backend/optimizer/geqo/geqo_eval.c +++ b/src/backend/optimizer/geqo/geqo_eval.c @@ -5,7 +5,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: geqo_eval.c,v 1.16 1998/01/05 03:31:49 momjian Exp $ + * $Id: geqo_eval.c,v 1.17 1998/01/07 21:03:42 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -737,6 +737,6 @@ geqo_nth(int stop, List *rels) return lfirst(r); i++; } - elog(ABORT, "geqo_nth: Internal error - ran off end of list"); + elog(ERROR, "geqo_nth: Internal error - ran off end of list"); return NULL; /* to keep compiler happy */ } |