public inbox for [email protected]help / color / mirror / Atom feed
[PATCH 6/6] 0003 review 23+ messages / 2 participants [nested] [flat]
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 23+ messages in thread From: Tomas Vondra @ 2021-02-15 15:36 UTC (permalink / raw) --- src/test/regress/input/copy.source | 4 ++-- src/test/regress/output/copy.source | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/regress/input/copy.source b/src/test/regress/input/copy.source index ddde33e7cc..4ee1b26326 100644 --- a/src/test/regress/input/copy.source +++ b/src/test/regress/input/copy.source @@ -204,7 +204,7 @@ drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set @@ -221,7 +221,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. diff --git a/src/test/regress/output/copy.source b/src/test/regress/output/copy.source index 60f4206aa1..8ebfb7ae81 100644 --- a/src/test/regress/output/copy.source +++ b/src/test/regress/output/copy.source @@ -167,7 +167,7 @@ select * from parted_copytest where b = 2; drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set create table progress_reporting ( @@ -181,7 +181,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. -- 2.26.2 --------------DA8D60BF026F7ACE69A9AEE5-- ^ permalink raw reply [nested|flat] 23+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 23+ messages in thread From: Tomas Vondra @ 2021-02-15 15:36 UTC (permalink / raw) --- src/test/regress/input/copy.source | 4 ++-- src/test/regress/output/copy.source | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/regress/input/copy.source b/src/test/regress/input/copy.source index ddde33e7cc..4ee1b26326 100644 --- a/src/test/regress/input/copy.source +++ b/src/test/regress/input/copy.source @@ -204,7 +204,7 @@ drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set @@ -221,7 +221,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. diff --git a/src/test/regress/output/copy.source b/src/test/regress/output/copy.source index 60f4206aa1..8ebfb7ae81 100644 --- a/src/test/regress/output/copy.source +++ b/src/test/regress/output/copy.source @@ -167,7 +167,7 @@ select * from parted_copytest where b = 2; drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set create table progress_reporting ( @@ -181,7 +181,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. -- 2.26.2 --------------DA8D60BF026F7ACE69A9AEE5-- ^ permalink raw reply [nested|flat] 23+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 23+ messages in thread From: Tomas Vondra @ 2021-02-15 15:36 UTC (permalink / raw) --- src/test/regress/input/copy.source | 4 ++-- src/test/regress/output/copy.source | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/regress/input/copy.source b/src/test/regress/input/copy.source index ddde33e7cc..4ee1b26326 100644 --- a/src/test/regress/input/copy.source +++ b/src/test/regress/input/copy.source @@ -204,7 +204,7 @@ drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set @@ -221,7 +221,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. diff --git a/src/test/regress/output/copy.source b/src/test/regress/output/copy.source index 60f4206aa1..8ebfb7ae81 100644 --- a/src/test/regress/output/copy.source +++ b/src/test/regress/output/copy.source @@ -167,7 +167,7 @@ select * from parted_copytest where b = 2; drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set create table progress_reporting ( @@ -181,7 +181,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. -- 2.26.2 --------------DA8D60BF026F7ACE69A9AEE5-- ^ permalink raw reply [nested|flat] 23+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 23+ messages in thread From: Tomas Vondra @ 2021-02-15 15:36 UTC (permalink / raw) --- src/test/regress/input/copy.source | 4 ++-- src/test/regress/output/copy.source | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/regress/input/copy.source b/src/test/regress/input/copy.source index ddde33e7cc..4ee1b26326 100644 --- a/src/test/regress/input/copy.source +++ b/src/test/regress/input/copy.source @@ -204,7 +204,7 @@ drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set @@ -221,7 +221,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. diff --git a/src/test/regress/output/copy.source b/src/test/regress/output/copy.source index 60f4206aa1..8ebfb7ae81 100644 --- a/src/test/regress/output/copy.source +++ b/src/test/regress/output/copy.source @@ -167,7 +167,7 @@ select * from parted_copytest where b = 2; drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set create table progress_reporting ( @@ -181,7 +181,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. -- 2.26.2 --------------DA8D60BF026F7ACE69A9AEE5-- ^ permalink raw reply [nested|flat] 23+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 23+ messages in thread From: Tomas Vondra @ 2021-02-15 15:36 UTC (permalink / raw) --- src/test/regress/input/copy.source | 4 ++-- src/test/regress/output/copy.source | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/regress/input/copy.source b/src/test/regress/input/copy.source index ddde33e7cc..4ee1b26326 100644 --- a/src/test/regress/input/copy.source +++ b/src/test/regress/input/copy.source @@ -204,7 +204,7 @@ drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set @@ -221,7 +221,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. diff --git a/src/test/regress/output/copy.source b/src/test/regress/output/copy.source index 60f4206aa1..8ebfb7ae81 100644 --- a/src/test/regress/output/copy.source +++ b/src/test/regress/output/copy.source @@ -167,7 +167,7 @@ select * from parted_copytest where b = 2; drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set create table progress_reporting ( @@ -181,7 +181,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. -- 2.26.2 --------------DA8D60BF026F7ACE69A9AEE5-- ^ permalink raw reply [nested|flat] 23+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 23+ messages in thread From: Tomas Vondra @ 2021-02-15 15:36 UTC (permalink / raw) --- src/test/regress/input/copy.source | 4 ++-- src/test/regress/output/copy.source | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/regress/input/copy.source b/src/test/regress/input/copy.source index ddde33e7cc..4ee1b26326 100644 --- a/src/test/regress/input/copy.source +++ b/src/test/regress/input/copy.source @@ -204,7 +204,7 @@ drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set @@ -221,7 +221,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. diff --git a/src/test/regress/output/copy.source b/src/test/regress/output/copy.source index 60f4206aa1..8ebfb7ae81 100644 --- a/src/test/regress/output/copy.source +++ b/src/test/regress/output/copy.source @@ -167,7 +167,7 @@ select * from parted_copytest where b = 2; drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set create table progress_reporting ( @@ -181,7 +181,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. -- 2.26.2 --------------DA8D60BF026F7ACE69A9AEE5-- ^ permalink raw reply [nested|flat] 23+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 23+ messages in thread From: Tomas Vondra @ 2021-02-15 15:36 UTC (permalink / raw) --- src/test/regress/input/copy.source | 4 ++-- src/test/regress/output/copy.source | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/regress/input/copy.source b/src/test/regress/input/copy.source index ddde33e7cc..4ee1b26326 100644 --- a/src/test/regress/input/copy.source +++ b/src/test/regress/input/copy.source @@ -204,7 +204,7 @@ drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set @@ -221,7 +221,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. diff --git a/src/test/regress/output/copy.source b/src/test/regress/output/copy.source index 60f4206aa1..8ebfb7ae81 100644 --- a/src/test/regress/output/copy.source +++ b/src/test/regress/output/copy.source @@ -167,7 +167,7 @@ select * from parted_copytest where b = 2; drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set create table progress_reporting ( @@ -181,7 +181,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. -- 2.26.2 --------------DA8D60BF026F7ACE69A9AEE5-- ^ permalink raw reply [nested|flat] 23+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 23+ messages in thread From: Tomas Vondra @ 2021-02-15 15:36 UTC (permalink / raw) --- src/test/regress/input/copy.source | 4 ++-- src/test/regress/output/copy.source | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/regress/input/copy.source b/src/test/regress/input/copy.source index ddde33e7cc..4ee1b26326 100644 --- a/src/test/regress/input/copy.source +++ b/src/test/regress/input/copy.source @@ -204,7 +204,7 @@ drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set @@ -221,7 +221,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. diff --git a/src/test/regress/output/copy.source b/src/test/regress/output/copy.source index 60f4206aa1..8ebfb7ae81 100644 --- a/src/test/regress/output/copy.source +++ b/src/test/regress/output/copy.source @@ -167,7 +167,7 @@ select * from parted_copytest where b = 2; drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set create table progress_reporting ( @@ -181,7 +181,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. -- 2.26.2 --------------DA8D60BF026F7ACE69A9AEE5-- ^ permalink raw reply [nested|flat] 23+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 23+ messages in thread From: Tomas Vondra @ 2021-02-15 15:36 UTC (permalink / raw) --- src/test/regress/input/copy.source | 4 ++-- src/test/regress/output/copy.source | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/regress/input/copy.source b/src/test/regress/input/copy.source index ddde33e7cc..4ee1b26326 100644 --- a/src/test/regress/input/copy.source +++ b/src/test/regress/input/copy.source @@ -204,7 +204,7 @@ drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set @@ -221,7 +221,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. diff --git a/src/test/regress/output/copy.source b/src/test/regress/output/copy.source index 60f4206aa1..8ebfb7ae81 100644 --- a/src/test/regress/output/copy.source +++ b/src/test/regress/output/copy.source @@ -167,7 +167,7 @@ select * from parted_copytest where b = 2; drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set create table progress_reporting ( @@ -181,7 +181,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. -- 2.26.2 --------------DA8D60BF026F7ACE69A9AEE5-- ^ permalink raw reply [nested|flat] 23+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 23+ messages in thread From: Tomas Vondra @ 2021-02-15 15:36 UTC (permalink / raw) --- src/test/regress/input/copy.source | 4 ++-- src/test/regress/output/copy.source | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/regress/input/copy.source b/src/test/regress/input/copy.source index ddde33e7cc..4ee1b26326 100644 --- a/src/test/regress/input/copy.source +++ b/src/test/regress/input/copy.source @@ -204,7 +204,7 @@ drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set @@ -221,7 +221,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. diff --git a/src/test/regress/output/copy.source b/src/test/regress/output/copy.source index 60f4206aa1..8ebfb7ae81 100644 --- a/src/test/regress/output/copy.source +++ b/src/test/regress/output/copy.source @@ -167,7 +167,7 @@ select * from parted_copytest where b = 2; drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set create table progress_reporting ( @@ -181,7 +181,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. -- 2.26.2 --------------DA8D60BF026F7ACE69A9AEE5-- ^ permalink raw reply [nested|flat] 23+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 23+ messages in thread From: Tomas Vondra @ 2021-02-15 15:36 UTC (permalink / raw) --- src/test/regress/input/copy.source | 4 ++-- src/test/regress/output/copy.source | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/regress/input/copy.source b/src/test/regress/input/copy.source index ddde33e7cc..4ee1b26326 100644 --- a/src/test/regress/input/copy.source +++ b/src/test/regress/input/copy.source @@ -204,7 +204,7 @@ drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set @@ -221,7 +221,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. diff --git a/src/test/regress/output/copy.source b/src/test/regress/output/copy.source index 60f4206aa1..8ebfb7ae81 100644 --- a/src/test/regress/output/copy.source +++ b/src/test/regress/output/copy.source @@ -167,7 +167,7 @@ select * from parted_copytest where b = 2; drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set create table progress_reporting ( @@ -181,7 +181,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. -- 2.26.2 --------------DA8D60BF026F7ACE69A9AEE5-- ^ permalink raw reply [nested|flat] 23+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 23+ messages in thread From: Tomas Vondra @ 2021-02-15 15:36 UTC (permalink / raw) --- src/test/regress/input/copy.source | 4 ++-- src/test/regress/output/copy.source | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/regress/input/copy.source b/src/test/regress/input/copy.source index ddde33e7cc..4ee1b26326 100644 --- a/src/test/regress/input/copy.source +++ b/src/test/regress/input/copy.source @@ -204,7 +204,7 @@ drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set @@ -221,7 +221,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. diff --git a/src/test/regress/output/copy.source b/src/test/regress/output/copy.source index 60f4206aa1..8ebfb7ae81 100644 --- a/src/test/regress/output/copy.source +++ b/src/test/regress/output/copy.source @@ -167,7 +167,7 @@ select * from parted_copytest where b = 2; drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set create table progress_reporting ( @@ -181,7 +181,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. -- 2.26.2 --------------DA8D60BF026F7ACE69A9AEE5-- ^ permalink raw reply [nested|flat] 23+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 23+ messages in thread From: Tomas Vondra @ 2021-02-15 15:36 UTC (permalink / raw) --- src/test/regress/input/copy.source | 4 ++-- src/test/regress/output/copy.source | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/regress/input/copy.source b/src/test/regress/input/copy.source index ddde33e7cc..4ee1b26326 100644 --- a/src/test/regress/input/copy.source +++ b/src/test/regress/input/copy.source @@ -204,7 +204,7 @@ drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set @@ -221,7 +221,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. diff --git a/src/test/regress/output/copy.source b/src/test/regress/output/copy.source index 60f4206aa1..8ebfb7ae81 100644 --- a/src/test/regress/output/copy.source +++ b/src/test/regress/output/copy.source @@ -167,7 +167,7 @@ select * from parted_copytest where b = 2; drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set create table progress_reporting ( @@ -181,7 +181,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. -- 2.26.2 --------------DA8D60BF026F7ACE69A9AEE5-- ^ permalink raw reply [nested|flat] 23+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 23+ messages in thread From: Tomas Vondra @ 2021-02-15 15:36 UTC (permalink / raw) --- src/test/regress/input/copy.source | 4 ++-- src/test/regress/output/copy.source | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/regress/input/copy.source b/src/test/regress/input/copy.source index ddde33e7cc..4ee1b26326 100644 --- a/src/test/regress/input/copy.source +++ b/src/test/regress/input/copy.source @@ -204,7 +204,7 @@ drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set @@ -221,7 +221,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. diff --git a/src/test/regress/output/copy.source b/src/test/regress/output/copy.source index 60f4206aa1..8ebfb7ae81 100644 --- a/src/test/regress/output/copy.source +++ b/src/test/regress/output/copy.source @@ -167,7 +167,7 @@ select * from parted_copytest where b = 2; drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set create table progress_reporting ( @@ -181,7 +181,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. -- 2.26.2 --------------DA8D60BF026F7ACE69A9AEE5-- ^ permalink raw reply [nested|flat] 23+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 23+ messages in thread From: Tomas Vondra @ 2021-02-15 15:36 UTC (permalink / raw) --- src/test/regress/input/copy.source | 4 ++-- src/test/regress/output/copy.source | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/regress/input/copy.source b/src/test/regress/input/copy.source index ddde33e7cc..4ee1b26326 100644 --- a/src/test/regress/input/copy.source +++ b/src/test/regress/input/copy.source @@ -204,7 +204,7 @@ drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set @@ -221,7 +221,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. diff --git a/src/test/regress/output/copy.source b/src/test/regress/output/copy.source index 60f4206aa1..8ebfb7ae81 100644 --- a/src/test/regress/output/copy.source +++ b/src/test/regress/output/copy.source @@ -167,7 +167,7 @@ select * from parted_copytest where b = 2; drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set create table progress_reporting ( @@ -181,7 +181,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. -- 2.26.2 --------------DA8D60BF026F7ACE69A9AEE5-- ^ permalink raw reply [nested|flat] 23+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 23+ messages in thread From: Tomas Vondra @ 2021-02-15 15:36 UTC (permalink / raw) --- src/test/regress/input/copy.source | 4 ++-- src/test/regress/output/copy.source | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/regress/input/copy.source b/src/test/regress/input/copy.source index ddde33e7cc..4ee1b26326 100644 --- a/src/test/regress/input/copy.source +++ b/src/test/regress/input/copy.source @@ -204,7 +204,7 @@ drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set @@ -221,7 +221,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. diff --git a/src/test/regress/output/copy.source b/src/test/regress/output/copy.source index 60f4206aa1..8ebfb7ae81 100644 --- a/src/test/regress/output/copy.source +++ b/src/test/regress/output/copy.source @@ -167,7 +167,7 @@ select * from parted_copytest where b = 2; drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set create table progress_reporting ( @@ -181,7 +181,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. -- 2.26.2 --------------DA8D60BF026F7ACE69A9AEE5-- ^ permalink raw reply [nested|flat] 23+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 23+ messages in thread From: Tomas Vondra @ 2021-02-15 15:36 UTC (permalink / raw) --- src/test/regress/input/copy.source | 4 ++-- src/test/regress/output/copy.source | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/regress/input/copy.source b/src/test/regress/input/copy.source index ddde33e7cc..4ee1b26326 100644 --- a/src/test/regress/input/copy.source +++ b/src/test/regress/input/copy.source @@ -204,7 +204,7 @@ drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set @@ -221,7 +221,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. diff --git a/src/test/regress/output/copy.source b/src/test/regress/output/copy.source index 60f4206aa1..8ebfb7ae81 100644 --- a/src/test/regress/output/copy.source +++ b/src/test/regress/output/copy.source @@ -167,7 +167,7 @@ select * from parted_copytest where b = 2; drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set create table progress_reporting ( @@ -181,7 +181,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. -- 2.26.2 --------------DA8D60BF026F7ACE69A9AEE5-- ^ permalink raw reply [nested|flat] 23+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 23+ messages in thread From: Tomas Vondra @ 2021-02-15 15:36 UTC (permalink / raw) --- src/test/regress/input/copy.source | 4 ++-- src/test/regress/output/copy.source | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/regress/input/copy.source b/src/test/regress/input/copy.source index ddde33e7cc..4ee1b26326 100644 --- a/src/test/regress/input/copy.source +++ b/src/test/regress/input/copy.source @@ -204,7 +204,7 @@ drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set @@ -221,7 +221,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. diff --git a/src/test/regress/output/copy.source b/src/test/regress/output/copy.source index 60f4206aa1..8ebfb7ae81 100644 --- a/src/test/regress/output/copy.source +++ b/src/test/regress/output/copy.source @@ -167,7 +167,7 @@ select * from parted_copytest where b = 2; drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set create table progress_reporting ( @@ -181,7 +181,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. -- 2.26.2 --------------DA8D60BF026F7ACE69A9AEE5-- ^ permalink raw reply [nested|flat] 23+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 23+ messages in thread From: Tomas Vondra @ 2021-02-15 15:36 UTC (permalink / raw) --- src/test/regress/input/copy.source | 4 ++-- src/test/regress/output/copy.source | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/regress/input/copy.source b/src/test/regress/input/copy.source index ddde33e7cc..4ee1b26326 100644 --- a/src/test/regress/input/copy.source +++ b/src/test/regress/input/copy.source @@ -204,7 +204,7 @@ drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set @@ -221,7 +221,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. diff --git a/src/test/regress/output/copy.source b/src/test/regress/output/copy.source index 60f4206aa1..8ebfb7ae81 100644 --- a/src/test/regress/output/copy.source +++ b/src/test/regress/output/copy.source @@ -167,7 +167,7 @@ select * from parted_copytest where b = 2; drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set create table progress_reporting ( @@ -181,7 +181,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. -- 2.26.2 --------------DA8D60BF026F7ACE69A9AEE5-- ^ permalink raw reply [nested|flat] 23+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 23+ messages in thread From: Tomas Vondra @ 2021-02-15 15:36 UTC (permalink / raw) --- src/test/regress/input/copy.source | 4 ++-- src/test/regress/output/copy.source | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/regress/input/copy.source b/src/test/regress/input/copy.source index ddde33e7cc..4ee1b26326 100644 --- a/src/test/regress/input/copy.source +++ b/src/test/regress/input/copy.source @@ -204,7 +204,7 @@ drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set @@ -221,7 +221,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. diff --git a/src/test/regress/output/copy.source b/src/test/regress/output/copy.source index 60f4206aa1..8ebfb7ae81 100644 --- a/src/test/regress/output/copy.source +++ b/src/test/regress/output/copy.source @@ -167,7 +167,7 @@ select * from parted_copytest where b = 2; drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set create table progress_reporting ( @@ -181,7 +181,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. -- 2.26.2 --------------DA8D60BF026F7ACE69A9AEE5-- ^ permalink raw reply [nested|flat] 23+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 23+ messages in thread From: Tomas Vondra @ 2021-02-15 15:36 UTC (permalink / raw) --- src/test/regress/input/copy.source | 4 ++-- src/test/regress/output/copy.source | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/regress/input/copy.source b/src/test/regress/input/copy.source index ddde33e7cc..4ee1b26326 100644 --- a/src/test/regress/input/copy.source +++ b/src/test/regress/input/copy.source @@ -204,7 +204,7 @@ drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set @@ -221,7 +221,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. diff --git a/src/test/regress/output/copy.source b/src/test/regress/output/copy.source index 60f4206aa1..8ebfb7ae81 100644 --- a/src/test/regress/output/copy.source +++ b/src/test/regress/output/copy.source @@ -167,7 +167,7 @@ select * from parted_copytest where b = 2; drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set create table progress_reporting ( @@ -181,7 +181,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. -- 2.26.2 --------------DA8D60BF026F7ACE69A9AEE5-- ^ permalink raw reply [nested|flat] 23+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 23+ messages in thread From: Tomas Vondra @ 2021-02-15 15:36 UTC (permalink / raw) --- src/test/regress/input/copy.source | 4 ++-- src/test/regress/output/copy.source | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/regress/input/copy.source b/src/test/regress/input/copy.source index ddde33e7cc..4ee1b26326 100644 --- a/src/test/regress/input/copy.source +++ b/src/test/regress/input/copy.source @@ -204,7 +204,7 @@ drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set @@ -221,7 +221,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. diff --git a/src/test/regress/output/copy.source b/src/test/regress/output/copy.source index 60f4206aa1..8ebfb7ae81 100644 --- a/src/test/regress/output/copy.source +++ b/src/test/regress/output/copy.source @@ -167,7 +167,7 @@ select * from parted_copytest where b = 2; drop table parted_copytest; -- -- progress reporting --- +-- -- setup -- reuse employer datatype, that has a small sized data set create table progress_reporting ( @@ -181,7 +181,7 @@ create function notice_after_progress_reporting() returns trigger AS $$ declare report record; begin - -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to + -- We cannot expect 'pid' nor 'relid' to be consistent over runs due to -- variance in system process ids, and concurrency in runs of tests. -- Additionally, due to the usage of this test in pg_regress, the 'datid' -- also is not consistent between runs. -- 2.26.2 --------------DA8D60BF026F7ACE69A9AEE5-- ^ permalink raw reply [nested|flat] 23+ messages in thread
* Re: FmgrInfo allocation patterns (and PL handling as staged programming) @ 2025-04-06 19:47 Tom Lane <[email protected]> 0 siblings, 0 replies; 23+ messages in thread From: Tom Lane @ 2025-04-06 19:47 UTC (permalink / raw) To: Chapman Flack <[email protected]>; +Cc: pgsql-hackers Chapman Flack <[email protected]> writes: > Can a spread-out variadic "any" arg list ever vary > in length or type on the fly at a single call site? Don't think so. > I notice that funccache only hashes the first nargs > argument types. Yeah; the languages it serves today don't support VARIADIC ANY, so it's not really a concern. But if you'd like to consider doing so, we could talk about what's needful. I don't think funccache is set in stone (yet). regards, tom lane ^ permalink raw reply [nested|flat] 23+ messages in thread
end of thread, other threads:[~2025-04-06 19:47 UTC | newest] Thread overview: 23+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2021-02-15 15:36 [PATCH 6/6] 0003 review Tomas Vondra <[email protected]> 2021-02-15 15:36 [PATCH 6/6] 0003 review Tomas Vondra <[email protected]> 2021-02-15 15:36 [PATCH 6/6] 0003 review Tomas Vondra <[email protected]> 2021-02-15 15:36 [PATCH 6/6] 0003 review Tomas Vondra <[email protected]> 2021-02-15 15:36 [PATCH 6/6] 0003 review Tomas Vondra <[email protected]> 2021-02-15 15:36 [PATCH 6/6] 0003 review Tomas Vondra <[email protected]> 2021-02-15 15:36 [PATCH 6/6] 0003 review Tomas Vondra <[email protected]> 2021-02-15 15:36 [PATCH 6/6] 0003 review Tomas Vondra <[email protected]> 2021-02-15 15:36 [PATCH 6/6] 0003 review Tomas Vondra <[email protected]> 2021-02-15 15:36 [PATCH 6/6] 0003 review Tomas Vondra <[email protected]> 2021-02-15 15:36 [PATCH 6/6] 0003 review Tomas Vondra <[email protected]> 2021-02-15 15:36 [PATCH 6/6] 0003 review Tomas Vondra <[email protected]> 2021-02-15 15:36 [PATCH 6/6] 0003 review Tomas Vondra <[email protected]> 2021-02-15 15:36 [PATCH 6/6] 0003 review Tomas Vondra <[email protected]> 2021-02-15 15:36 [PATCH 6/6] 0003 review Tomas Vondra <[email protected]> 2021-02-15 15:36 [PATCH 6/6] 0003 review Tomas Vondra <[email protected]> 2021-02-15 15:36 [PATCH 6/6] 0003 review Tomas Vondra <[email protected]> 2021-02-15 15:36 [PATCH 6/6] 0003 review Tomas Vondra <[email protected]> 2021-02-15 15:36 [PATCH 6/6] 0003 review Tomas Vondra <[email protected]> 2021-02-15 15:36 [PATCH 6/6] 0003 review Tomas Vondra <[email protected]> 2021-02-15 15:36 [PATCH 6/6] 0003 review Tomas Vondra <[email protected]> 2021-02-15 15:36 [PATCH 6/6] 0003 review Tomas Vondra <[email protected]> 2025-04-06 19:47 Re: FmgrInfo allocation patterns (and PL handling as staged programming) Tom Lane <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox