diff options
Diffstat (limited to 'src/include/utils/pg_lsn.h')
| -rw-r--r-- | src/include/utils/pg_lsn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/pg_lsn.h b/src/include/utils/pg_lsn.h index 6f038e9e142..cc51b2a078e 100644 --- a/src/include/utils/pg_lsn.h +++ b/src/include/utils/pg_lsn.h @@ -24,4 +24,4 @@ #define PG_GETARG_LSN(n) DatumGetLSN(PG_GETARG_DATUM(n)) #define PG_RETURN_LSN(x) return LSNGetDatum(x) -#endif /* PG_LSN_H */ +#endif /* PG_LSN_H */ |
