Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> writes:
> On 10/27/16 11:49 PM, Peter Eisentraut wrote:
>> Here is a patch to refactor some of the I/O functions in pseudotypes.c
>> to save redundant code and reduce the number of distinct translatable
>> strings.
Would it be better to use CppAsString and CppConcat instead of directly
using # and ##, for consistency with what we do elsewhere?
Otherwise, +1.
regards, tom lane