diff options
Diffstat (limited to 'src/include/libpq/libpq-be.h')
-rw-r--r-- | src/include/libpq/libpq-be.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/libpq/libpq-be.h b/src/include/libpq/libpq-be.h index eb8bba4ed88..b2c59df54e4 100644 --- a/src/include/libpq/libpq-be.h +++ b/src/include/libpq/libpq-be.h @@ -151,13 +151,6 @@ typedef struct Port HbaLine *hba; /* - * Information that really has no business at all being in struct Port, - * but since it gets used by elog.c in the same way as database_name and - * other members of this struct, we may as well keep it here. - */ - TimestampTz SessionStartTime; /* backend start time */ - - /* * TCP keepalive settings. * * default values are 0 if AF_UNIX or not yet known; current values are 0 |