pgsql: Fix constant when extracting timestamp from UUIDv7.

2025-08-15 Thread Masahiko Sawada
Fix constant when extracting timestamp from UUIDv7. When extracting a timestamp from a UUIDv7, a conversion from milliseconds to microseconds was using the incorrect constant NS_PER_US instead of US_PER_MS. Although both constants have the same value, this fix improves code clarity by using the se

pgsql: Fix constant when extracting timestamp from UUIDv7.

2025-08-15 Thread Masahiko Sawada
Fix constant when extracting timestamp from UUIDv7. When extracting a timestamp from a UUIDv7, a conversion from milliseconds to microseconds was using the incorrect constant NS_PER_US instead of US_PER_MS. Although both constants have the same value, this fix improves code clarity by using the se

pgsql: Fix git whitespace warning

2025-08-15 Thread Peter Eisentraut
Fix git whitespace warning Recent changes to src/tools/ci/README triggered warnings like src/tools/ci/README:88: leftover conflict marker Raise conflict-marker-size in .gitattributes to avoid these. Branch -- REL_15_STABLE Details --- https://git.postgresql.org/pg/commitdiff/82f996

pgsql: Fix git whitespace warning

2025-08-15 Thread Peter Eisentraut
Fix git whitespace warning Recent changes to src/tools/ci/README triggered warnings like src/tools/ci/README:88: leftover conflict marker Raise conflict-marker-size in .gitattributes to avoid these. Branch -- REL_18_STABLE Details --- https://git.postgresql.org/pg/commitdiff/ad3990

pgsql: Fix git whitespace warning

2025-08-15 Thread Peter Eisentraut
Fix git whitespace warning Recent changes to src/tools/ci/README triggered warnings like src/tools/ci/README:88: leftover conflict marker Raise conflict-marker-size in .gitattributes to avoid these. Branch -- REL_17_STABLE Details --- https://git.postgresql.org/pg/commitdiff/2b79e1

pgsql: Fix git whitespace warning

2025-08-15 Thread Peter Eisentraut
Fix git whitespace warning Recent changes to src/tools/ci/README triggered warnings like src/tools/ci/README:88: leftover conflict marker Raise conflict-marker-size in .gitattributes to avoid these. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/2e2e7ff7b891f

pgsql: Fix git whitespace warning

2025-08-15 Thread Peter Eisentraut
Fix git whitespace warning Recent changes to src/tools/ci/README triggered warnings like src/tools/ci/README:88: leftover conflict marker Raise conflict-marker-size in .gitattributes to avoid these. Branch -- REL_16_STABLE Details --- https://git.postgresql.org/pg/commitdiff/1d5205

pgsql: Add TAP tests for LDAP connection parameter lookup

2025-08-15 Thread Peter Eisentraut
Add TAP tests for LDAP connection parameter lookup Add TAP tests that tests the LDAP Lookup of Connection Parameters functionality in libpq. Prior to this commit, LDAP test coverage only existed for the server-side authentication functionality and for connection service file with parameters direc