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:
iamjpotts
2025-08-18 19:17:45 -04:00
committed by GitHub
parent 1f7af3abc2
commit e77f32ea5e
7 changed files with 18 additions and 48 deletions

View File

@@ -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