missing PG_RETURN_UINT16
missing PG_RETURN_UINT16
От:
Manuel Kniep <m.kniep@web.de>
Дата:
Hi, I’m missing the PG_RETURN_UINT16 macro in fmgr.h Since we already have the PG_GETARG_UINT16 macro I guess it makes sense to to have it. here is the trivial patch for it. cheers Manuel