save redundant code for pseudotype I/O functions

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: save redundant code for pseudotype I/O functions
Date: 2016-10-28 03:49:39
Message-ID: 0b0c2a9a-2648-1f25-5600-e44bd30ab199@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Karl O. Pinc 2016-10-28 03:51:43 Re: Patch to implement pg_current_logfile() function
Previous Message Karl O. Pinc 2016-10-28 03:34:25 Re: Patch to implement pg_current_logfile() function