Fix reference to null pointer when no aggregate function candidates
authorThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 23 Dec 1998 14:38:40 +0000 (14:38 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 23 Dec 1998 14:38:40 +0000 (14:38 +0000)
commit18bdefa23f94891ab80d8b6955278dd1afacad0d
tree589c79bc381d96975398ce5dcfff2dae41f9e29c
parent5afe8d3478aa33d8bfe5294be78efcddd9a9eac5
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