mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 15:00:00 +00:00
24f6a447f3
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.17.2 to 4.18.1. - [Release notes](https://github.com/jackc/pgx/releases) - [Changelog](https://github.com/jackc/pgx/blob/v4.18.1/CHANGELOG.md) - [Commits](https://github.com/jackc/pgx/compare/v4.17.2...v4.18.1) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
.travis.yml | ||
authentication_cleartext_password.go | ||
authentication_gss.go | ||
authentication_gss_continue.go | ||
authentication_md5_password.go | ||
authentication_ok.go | ||
authentication_sasl.go | ||
authentication_sasl_continue.go | ||
authentication_sasl_final.go | ||
backend.go | ||
backend_key_data.go | ||
big_endian.go | ||
bind.go | ||
bind_complete.go | ||
cancel_request.go | ||
chunkreader.go | ||
close.go | ||
close_complete.go | ||
command_complete.go | ||
copy_both_response.go | ||
copy_data.go | ||
copy_done.go | ||
copy_fail.go | ||
copy_in_response.go | ||
copy_out_response.go | ||
data_row.go | ||
describe.go | ||
doc.go | ||
empty_query_response.go | ||
error_response.go | ||
execute.go | ||
flush.go | ||
frontend.go | ||
function_call.go | ||
function_call_response.go | ||
gss_enc_request.go | ||
gss_response.go | ||
LICENSE | ||
no_data.go | ||
notice_response.go | ||
notification_response.go | ||
parameter_description.go | ||
parameter_status.go | ||
parse.go | ||
parse_complete.go | ||
password_message.go | ||
pgproto3.go | ||
portal_suspended.go | ||
query.go | ||
README.md | ||
ready_for_query.go | ||
row_description.go | ||
sasl_initial_response.go | ||
sasl_response.go | ||
ssl_request.go | ||
startup_message.go | ||
sync.go | ||
terminate.go |
This version is used with pgx v4
. In pgx v5
it is part of the https://github.com/jackc/pgx repository.
pgproto3
Package pgproto3 is a encoder and decoder of the PostgreSQL wire protocol version 3.
pgproto3 can be used as a foundation for PostgreSQL drivers, proxies, mock servers, load balancers and more.
See example/pgfortune for a playful example of a fake PostgreSQL server.
Extracted from original implementation in https://github.com/jackc/pgx.