Move pg_convert3 declaration to suppress compile warning. Really
Tom Lane <tgl@sss.pgh.pa.us>
Move pg_convert3 declaration to suppress compile warning. Really pg_convert3 does not belong in a backend/catalog file at all, IMHO; it should be in utils/adt.
Files
| Path | Change | +/− |
|---|---|---|
| src/include/catalog/pg_conversion.h | modified | +1 −3 |
| src/include/utils/builtins.h | modified | +4 −1 |