diff options
Diffstat (limited to 'src/include/utils/pg_lsn.h')
-rw-r--r-- | src/include/utils/pg_lsn.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/utils/pg_lsn.h b/src/include/utils/pg_lsn.h index def5b25aa37..70d8640ef3e 100644 --- a/src/include/utils/pg_lsn.h +++ b/src/include/utils/pg_lsn.h @@ -24,4 +24,6 @@ #define PG_GETARG_LSN(n) DatumGetLSN(PG_GETARG_DATUM(n)) #define PG_RETURN_LSN(x) return LSNGetDatum(x) +extern XLogRecPtr pg_lsn_in_internal(const char *str, bool *have_error); + #endif /* PG_LSN_H */ |