diff options
| author | Tom Lane | 2016-08-31 13:24:19 +0000 |
|---|---|---|
| committer | Tom Lane | 2016-08-31 13:24:19 +0000 |
| commit | 679226337ac3f44e784de0a95a8599dfd86401e8 (patch) | |
| tree | 23fbbf9539fd1bc41ce379a7e0761bf3241815b3 /src/include/libpq | |
| parent | 14cca1bf8e31ed39dbc26dd6c610f1113e759972 (diff) | |
Remove no-longer-useful SSL-specific Port.count field.
Since we removed SSL renegotiation, there's no longer any reason to
keep track of the amount of data transferred over the link.
Daniel Gustafsson
Discussion: <FEA7F89C-ECDF-4799-B789-2F8DDCBA467F@yesql.se>
Diffstat (limited to 'src/include/libpq')
| -rw-r--r-- | src/include/libpq/libpq-be.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/libpq/libpq-be.h b/src/include/libpq/libpq-be.h index 5d07b78223..ecdfbc60bb 100644 --- a/src/include/libpq/libpq-be.h +++ b/src/include/libpq/libpq-be.h @@ -192,7 +192,6 @@ typedef struct Port #ifdef USE_OPENSSL SSL *ssl; X509 *peer; - unsigned long count; #endif } Port; |
