Save redundant code for pseudotype I/O functions
Peter Eisentraut <peter_e@gmx.net>
Save redundant code for pseudotype I/O functions Use a macro to generate the in and out functions for pseudotypes that reject all input and output, saving many lines of redundant code. Parameterize the error messages to reduce translatable strings.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/pseudotypes.c | modified | +45 −301 |