missing PG_RETURN_UINT16

From: Manuel Kniep <m(dot)kniep(at)web(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Subject: missing PG_RETURN_UINT16
Date: 2014-08-04 15:35:04
Message-ID: 658D1C64-75CF-46CF-BCC3-625892E6EDA9@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Attachment Content-Type Size
add_pg_return_uint16_macro.patch application/octet-stream 1012 bytes
unknown_filename text/plain 18 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2014-08-04 15:47:24 pg_upgrade autovacuum_multixact_freeze_max_age fix
Previous Message Robert Haas 2014-08-04 14:54:25 Re: Proposal to add a QNX 6.5 port to PostgreSQL