public inbox for [email protected]help / color / mirror / Atom feed
[PATCH 6/6] 0003 review 24+ messages / 3 participants [nested] [flat]
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 24+ 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] 24+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 24+ 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] 24+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 24+ 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] 24+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 24+ 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] 24+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 24+ 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] 24+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 24+ 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] 24+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 24+ 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] 24+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 24+ 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] 24+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 24+ 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] 24+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 24+ 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] 24+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 24+ 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] 24+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 24+ 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] 24+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 24+ 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] 24+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 24+ 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] 24+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 24+ 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] 24+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 24+ 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] 24+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 24+ 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] 24+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 24+ 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] 24+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 24+ 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] 24+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 24+ 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] 24+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 24+ 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] 24+ messages in thread
* [PATCH 6/6] 0003 review @ 2021-02-15 15:36 Tomas Vondra <[email protected]> 0 siblings, 0 replies; 24+ 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] 24+ messages in thread
* Re: cutting down the TODO list thread @ 2023-01-16 10:17 John Naylor <[email protected]> 0 siblings, 1 reply; 24+ messages in thread From: John Naylor @ 2023-01-16 10:17 UTC (permalink / raw) To: PostgreSQL Hackers <[email protected]> I wrote: > We could also revise the developer FAQ: > - remove phrase "Outstanding features are detailed in Todo." > - add suggestion to to check the Todo or Not_worth_doing pages to see if the desired feature is undesirable or problematic > - rephrase "Working in isolation is not advisable because others might be working on the same TODO item, or you might have misunderstood the TODO item." so it doesn't mention 'TODO' at all. There is also https://wiki.postgresql.org/wiki/So,_you_want_to_be_a_developer%3F#TODOs Changing the description of what links to the todo list will probably do more to reduce confusion than language in the todo list itself. -- John Naylor EDB: http://www.enterprisedb.com ^ permalink raw reply [nested|flat] 24+ messages in thread
* Re: cutting down the TODO list thread @ 2023-01-17 20:13 Bruce Momjian <[email protected]> parent: John Naylor <[email protected]> 0 siblings, 0 replies; 24+ messages in thread From: Bruce Momjian @ 2023-01-17 20:13 UTC (permalink / raw) To: John Naylor <[email protected]>; +Cc: PostgreSQL Hackers <[email protected]> On Mon, Jan 16, 2023 at 05:17:23PM +0700, John Naylor wrote: > > I wrote: > > > We could also revise the developer FAQ: > > - remove phrase "Outstanding features are detailed in Todo." > > - add suggestion to to check the Todo or Not_worth_doing pages to see if the > desired feature is undesirable or problematic > > - rephrase "Working in isolation is not advisable because others might be > working on the same TODO item, or you might have misunderstood the TODO item." > so it doesn't mention 'TODO' at all. > > There is also > > https://wiki.postgresql.org/wiki/So,_you_want_to_be_a_developer%3F#TODOs > > Changing the description of what links to the todo list will probably do more > to reduce confusion than language in the todo list itself. Agreed. -- Bruce Momjian <[email protected]> https://momjian.us EDB https://enterprisedb.com Embrace your flaws. They make you human, rather than perfect, which you will never be. ^ permalink raw reply [nested|flat] 24+ messages in thread
end of thread, other threads:[~2023-01-17 20:13 UTC | newest] Thread overview: 24+ 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]> 2023-01-16 10:17 Re: cutting down the TODO list thread John Naylor <[email protected]> 2023-01-17 20:13 ` Re: cutting down the TODO list thread Bruce Momjian <[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