1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/src/postgres
David Steele b5a103f2df Improve P/PP type macro handling.
Rather than create _P/_PP variants for every type that needs to pass/return pointers, create FUNCTION_*_P/PP() macros that will properly pass or return any single/double pointer types.

There remain a few unresolved edge cases such as CHARPY but this handles the majority of types well.
2019-01-28 22:33:29 +02:00
..
interface Remove unused type parameter from FUNCTION_TEST_RETURN(). 2019-01-28 15:06:28 +02:00
interface.c Remove unused type parameter from FUNCTION_TEST_RETURN(). 2019-01-28 15:06:28 +02:00
interface.h Rename FUNCTION_DEBUG_* and consolidate ASSERT_* macros for consistency. 2019-01-21 17:41:59 +02:00
pageChecksum.c Improve P/PP type macro handling. 2019-01-28 22:33:29 +02:00
pageChecksum.h More C type cleanup. 2018-04-06 21:46:45 -04:00
version.h Support configurable WAL segment size. 2018-09-25 10:24:42 +01:00