Make contrib/tablefunc crosstab() also check typmod
Joe Conway <mail@joeconway.com>
Make contrib/tablefunc crosstab() also check typmod contrib/tablefunc connectby() checks both type OID and typmod for its output columns while crosstab() only checks type OID. Fix that by makeing the crosstab() check look more like the connectby() check. Reported-by: Tom Lane Reviewed-by: Tom Lane Discussion: https://postgr.es/m/flat/18937.1709676295%40sss.pgh.pa.us
Files
| Path | Change | +/− |
|---|---|---|
| contrib/tablefunc/tablefunc.c | modified | +19 −13 |
Discussion
Cited messages not in the archive:
flat/18937.1709676295@sss.pgh.pa.us