postgresql/src
Andres Freund c1ddd2361f Expose more out/readfuncs support functions.
Previously bcac23d exposed a subset of support functions, namely the
ones Kaigai found useful. In
20160304193704.elq773pyg5fyl3mi@alap3.anarazel.de I mentioned that
there's some functions missing to use the facility in an external
project.

To avoid having to add functions piecemeal, add all the functions which
are used to define READ_* and WRITE_* macros; users of the extensible
node functionality are likely to need these. Additionally expose
outDatum(), which doesn't have it's own WRITE_ macro, as it needs
information from the embedding struct.

Discussion: 20160304193704.elq773pyg5fyl3mi@alap3.anarazel.de
2016-04-08 14:26:36 -07:00
..
backend Expose more out/readfuncs support functions. 2016-04-08 14:26:36 -07:00
bin Reserve the "pg_" namespace for roles 2016-04-08 16:56:27 -04:00
common Remove redundant message in AddUserToTokenDacl(). 2016-04-06 23:40:51 -04:00
fe_utils Move psql's psqlscan.l into src/fe_utils. 2016-03-24 20:28:47 -04:00
include Expose more out/readfuncs support functions. 2016-04-08 14:26:36 -07:00
interfaces Distrust external OpenSSL clients; clear err queue 2016-04-08 14:11:56 -04:00
makefiles Fix typos in comments and doc 2016-01-28 16:47:36 +09:00
pl Enhanced custom error in PLPythonu 2016-04-08 18:33:06 +03:00
port Standardize GetTokenInformation() error reporting. 2016-04-06 23:41:43 -04:00
template
test Create default roles 2016-04-08 16:56:27 -04:00
timezone Suppress compiler warning. 2016-04-02 13:49:17 -04:00
tools Silence warning from modern perl about unescaped braces 2016-04-08 12:50:30 -04:00
tutorial Update copyright for 2016 2016-01-02 13:33:40 -05:00
.gitignore
bcc32.mak
DEVELOPERS
Makefile Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 2016-03-24 15:55:57 -04:00
Makefile.global.in Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 2016-03-24 15:55:57 -04:00
Makefile.shlib
nls-global.mk
win32.mak