pgjdbc/pgjdbc GitHub issues and pull requests (mirror)  
help / color / mirror / Atom feed
From: davecramer (@davecramer) <[email protected]>
To: pgjdbc/pgjdbc <[email protected]>
Subject: Re: [pgjdbc/pgjdbc] PR #2976: feat: fetch size for RefCursor
Date: Thu, 16 Nov 2023 11:57:30 +0000
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
	<[email protected]>

(on pgjdbc/src/main/java/org/postgresql/jdbc/PgResultSet.java:2263)

Here are the logs from running

```
public void testFetchSize() throws SQLException {
    checkAndRunResult(3);
  }
```

```
2023-11-16 06:53:04.080 EST [84077] LOG:  duration: 0.136 ms  execute <unnamed>/C_1: select * from testspg__getRefcursor ($1)  as result
2023-11-16 06:53:04.080 EST [84077] DETAIL:  parameters: $1 = NULL
2023-11-16 06:53:04.080 EST [84077] LOG:  duration: 0.008 ms  parse <unnamed>: FETCH FORWARD 3 IN "<unnamed portal 1>"
2023-11-16 06:53:04.080 EST [84077] LOG:  duration: 0.002 ms  bind <unnamed>: FETCH FORWARD 3 IN "<unnamed portal 1>"
2023-11-16 06:53:04.080 EST [84077] LOG:  duration: 0.039 ms  execute <unnamed>: FETCH FORWARD 3 IN "<unnamed portal 1>"
2023-11-16 06:53:04.080 EST [84077] LOG:  duration: 0.002 ms  parse <unnamed>: FETCH FORWARD 3 IN "<unnamed portal 1>"
2023-11-16 06:53:04.080 EST [84077] LOG:  duration: 0.001 ms  bind <unnamed>: FETCH FORWARD 3 IN "<unnamed portal 1>"
2023-11-16 06:53:04.080 EST [84077] LOG:  duration: 0.003 ms  execute <unnamed>: FETCH FORWARD 3 IN "<unnamed portal 1>"
2023-11-16 06:53:04.081 EST [84077] LOG:  duration: 0.002 ms  parse <unnamed>: FETCH FORWARD 3 IN "<unnamed portal 1>"
2023-11-16 06:53:04.081 EST [84077] LOG:  duration: 0.002 ms  bind <unnamed>: FETCH FORWARD 3 IN "<unnamed portal 1>"
2023-11-16 06:53:04.081 EST [84077] LOG:  duration: 0.001 ms  execute <unnamed>: FETCH FORWARD 3 IN "<unnamed portal 1>"
2023-11-16 06:53:04.081 EST [84077] LOG:  duration: 0.006 ms  parse <unnamed>: CLOSE "<unnamed portal 1>"
2023-11-16 06:53:04.081 EST [84077] LOG:  duration: 0.001 ms  bind <unnamed>: CLOSE "<unnamed portal 1>"
2023-11-16 06:53:04.081 EST [84077] LOG:  duration: 0.002 ms  execute <unnamed>: CLOSE "<unnamed portal 1>"
2023-11-16 06:53:04.081 EST [84077] LOG:  duration: 0.005 ms  parse S_2: COMMIT
2023-11-16 06:53:04.081 EST [84077] LOG:  duration: 0.002 ms  bind S_2: COMMIT
2023-11-16 06:53:04.081 EST [84077] LOG:  duration: 0.006 ms  execute S_2: COMMIT
```

view thread (17+ messages)  latest in thread

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: github://pgjdbc/pgjdbc
  Cc: [email protected], [email protected]
  Subject: Re: [pgjdbc/pgjdbc] PR #2976: feat: fetch size for RefCursor
  In-Reply-To: <<[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