]> granicus.if.org Git - postgresql/commit
Enable fallback to string type when argument(s) are of UNKNOWN type.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Tue, 7 Nov 2000 16:01:01 +0000 (16:01 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Tue, 7 Nov 2000 16:01:01 +0000 (16:01 +0000)
commite6e893e74f97ca29f4d0acfcd2cea901d4b9701f
tree731a1de82b6f5b1cd3678f24a622012add6c9675
parent3af2827f5bf8fbaf80e2aa7c111df3c5db840be6
Enable fallback to string type when argument(s) are of UNKNOWN type.
 Same code exactly as for function resolution.
 An obvious example is for
  select '1' = '01';
 which used to throw an error and which now resolves to two text strings.
src/backend/parser/parse_oper.c