public inbox for [email protected]
help / color / mirror / Atom feedFrom: Faizan Qazi <[email protected]>
To: [email protected]
Subject: [pgjdbc/pgjdbc] 9bc47e: fix: add varbit as a basic type inside the TypeInf...
Date: Fri, 06 Oct 2023 13:15:01 -0700
Message-ID: <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]> (raw)
Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 9bc47ec8419285d2fc7032781961af421d5b0e43
https://github.com/pgjdbc/pgjdbc/commit/9bc47ec8419285d2fc7032781961af421d5b0e43
Author: Faizan Qazi <[email protected]>
Date: 2023-10-06 (Fri, 06 Oct 2023)
Changed paths:
M pgjdbc/src/main/java/org/postgresql/jdbc/TypeInfoCache.java
M pgjdbc/src/test/java/org/postgresql/jdbc/BitFieldTest.java
Log Message:
-----------
fix: add varbit as a basic type inside the TypeInfoCache (#2960)
Currently, extra queries are needed to resolve type information for the
varbit type, even though the OID and type information are entirely
predictable. This patch will adds the builtin type into the TypeInfoCache,
to avoid extra round trips on high latency connections.
Fixes: #2959
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: [pgjdbc/pgjdbc] 9bc47e: fix: add varbit as a basic type inside the TypeInf...
In-Reply-To: <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox