Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Cleanup PGProperty, sort values, and add some missing to docs (#1686)
* misc: Add PGProperty.getDescription() * misc: Remove variadic constructor for PGProperty values and split across multiple lines * perf: Cache PGProperty values in a map by name * misc: Add PGProperty.isRequired() * misc: Add PGProperty.isDeprecated() * docs: Correct receiveBufferSize and remove duplicate sendBufferSize * docs: Add missing binaryTransfer property to head docs * docs: Add missing databaseMetadataCacheFields and databaseMetadataCacheFieldsMiB to head docs * misc: Sort PGProperty enum values
- Loading branch information
Showing
with
522 additions
and 300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -111,7 +111,7 @@ connection. | ||
* `sendBufferSize = int` | ||
Sets SO_SNDBUF on the connection stream | ||
|
||
* `receiveBufferSize = int` | ||
Sets SO_RCVBUF on the connection stream | ||
|
||
* `protocolVersion = String` | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -111,7 +111,7 @@ connection. | ||
* `sendBufferSize = int` | ||
Sets SO_SNDBUF on the connection stream | ||
|
||
* `receiveBufferSize = int` | ||
Sets SO_RCVBUF on the connection stream | ||
|
||
* `protocolVersion = String` | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.