mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
chore: Fix warnings for custom postgres_## cfg flags (#3950)
* chore: Fix warnings for custom postgres_## cfg flags Signed-off-by: Joshua Potts <8704475+iamjpotts@users.noreply.github.com> * pr feedback - reorder cfg allowance; enable test_pg_copy_chunked test Signed-off-by: Joshua Potts <8704475+iamjpotts@users.noreply.github.com> * refactor(postgres): Remove two more deprecated cfg flag uses (from docstrings) Signed-off-by: Joshua Potts <8704475+iamjpotts@users.noreply.github.com> * refactor(ci): Use separate job for postgres ssl auth tests Signed-off-by: Joshua Potts <8704475+iamjpotts@users.noreply.github.com> --------- Signed-off-by: Joshua Potts <8704475+iamjpotts@users.noreply.github.com>
This commit is contained in:
@@ -205,8 +205,8 @@ where
|
||||
}
|
||||
|
||||
// appears to have been used in the past to communicate potential NULLS
|
||||
// but reading source code back through our supported postgres versions (9.5+)
|
||||
// this is never used for anything
|
||||
// but reading source code back through our historically supported
|
||||
// postgres versions (9.5+) this is never used for anything
|
||||
let _flags = buf.get_i32();
|
||||
|
||||
// the OID of the element
|
||||
|
||||
Reference in New Issue
Block a user