Fix reference to null pointer when no aggregate function candidates
authorThomas G. Lockhart <lockhart@alumni.caltech.edu>
Wed, 23 Dec 1998 14:38:40 +0000 (14:38 +0000)
committerThomas G. Lockhart <lockhart@alumni.caltech.edu>
Wed, 23 Dec 1998 14:38:40 +0000 (14:38 +0000)
commit72f7fd15a2a6b2aa11ca30792799de40631eac5f
tree3f2f0642468c579bd23f98bba3c833698f9b6005
parent24d89cb368c2a916d750c624cd4062d4383b5d76
Fix reference to null pointer when no aggregate function candidates
 are available. Problem reported by David Sauer <davids@iol.cz>.
Modify information in resulting error message to indicate both agg name
 and data type.
src/backend/parser/parse_func.c