summaryrefslogtreecommitdiff
path: root/src/include/utils/backend_status.h
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2023-07-20 17:18:12 +0200
committerDaniel Gustafsson <dgustafsson@postgresql.org>2023-07-20 17:18:12 +0200
commit29a0ccbce97978e5d65b8f96c85a00611bb403c4 (patch)
tree3cd35231b78358a33e7d5161a93d8b965542455a /src/include/utils/backend_status.h
parent75ec5e7bec700577d39d653c316e3ae6c505842c (diff)
Revert "Add notBefore and notAfter to SSL cert info display"
Due to an oversight in reviewing, this used functionality not compatible with old versions of OpenSSL. This reverts commit 75ec5e7bec700577d39d653c316e3ae6c505842c.
Diffstat (limited to 'src/include/utils/backend_status.h')
-rw-r--r--src/include/utils/backend_status.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/utils/backend_status.h b/src/include/utils/backend_status.h
index 1e4fedb6614..77939a0aede 100644
--- a/src/include/utils/backend_status.h
+++ b/src/include/utils/backend_status.h
@@ -61,8 +61,6 @@ typedef struct PgBackendSSLStatus
char ssl_client_serial[NAMEDATALEN];
char ssl_issuer_dn[NAMEDATALEN];
- Timestamp ssl_not_before;
- Timestamp ssl_not_after;
} PgBackendSSLStatus;
/*