diff options
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/files/0001-postgresql-fix-ptest-failure-of-sysviews.patch')
| -rw-r--r-- | meta-oe/recipes-dbs/postgresql/files/0001-postgresql-fix-ptest-failure-of-sysviews.patch | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/files/0001-postgresql-fix-ptest-failure-of-sysviews.patch b/meta-oe/recipes-dbs/postgresql/files/0001-postgresql-fix-ptest-failure-of-sysviews.patch index 4db36d26fd..555fd7f1fc 100644 --- a/meta-oe/recipes-dbs/postgresql/files/0001-postgresql-fix-ptest-failure-of-sysviews.patch +++ b/meta-oe/recipes-dbs/postgresql/files/0001-postgresql-fix-ptest-failure-of-sysviews.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 9f81377dddfe32d950844d7053020a36b40fce08 Mon Sep 17 00:00:00 2001 | 1 | From 5a17b7b88776cbbe5b37838baff71726b8a6e7dd Mon Sep 17 00:00:00 2001 |
| 2 | From: Manoj Saun <manojsingh.saun@windriver.com> | 2 | From: Manoj Saun <manojsingh.saun@windriver.com> |
| 3 | Date: Wed, 22 Mar 2023 08:07:26 +0000 | 3 | Date: Wed, 22 Mar 2023 08:07:26 +0000 |
| 4 | Subject: [PATCH] postgresql: fix ptest failure of sysviews | 4 | Subject: [PATCH] postgresql: fix ptest failure of sysviews |
| @@ -13,14 +13,17 @@ to make the test output shown as pass. | |||
| 13 | Upstream-Status: Inappropriate [oe specific] | 13 | Upstream-Status: Inappropriate [oe specific] |
| 14 | 14 | ||
| 15 | Signed-off-by: Manoj Saun <manojsingh.saun@windriver.com> | 15 | Signed-off-by: Manoj Saun <manojsingh.saun@windriver.com> |
| 16 | |||
| 16 | --- | 17 | --- |
| 17 | src/test/regress/expected/sysviews.out | 2 +- | 18 | src/test/regress/expected/sysviews.out | 2 +- |
| 18 | src/test/regress/sql/sysviews.sql | 2 +- | 19 | src/test/regress/sql/sysviews.sql | 2 +- |
| 19 | 2 files changed, 2 insertions(+), 2 deletions(-) | 20 | 2 files changed, 2 insertions(+), 2 deletions(-) |
| 20 | 21 | ||
| 22 | diff --git a/src/test/regress/expected/sysviews.out b/src/test/regress/expected/sysviews.out | ||
| 23 | index 2088857..96a15cc 100644 | ||
| 21 | --- a/src/test/regress/expected/sysviews.out | 24 | --- a/src/test/regress/expected/sysviews.out |
| 22 | +++ b/src/test/regress/expected/sysviews.out | 25 | +++ b/src/test/regress/expected/sysviews.out |
| 23 | @@ -29,7 +29,7 @@ select name, ident, parent, level, total | 26 | @@ -29,7 +29,7 @@ select name, ident, parent, level, total_bytes >= free_bytes |
| 24 | (1 row) | 27 | (1 row) |
| 25 | 28 | ||
| 26 | -- At introduction, pg_config had 23 entries; it may grow | 29 | -- At introduction, pg_config had 23 entries; it may grow |
| @@ -29,9 +32,11 @@ Signed-off-by: Manoj Saun <manojsingh.saun@windriver.com> | |||
| 29 | ok | 32 | ok |
| 30 | ---- | 33 | ---- |
| 31 | t | 34 | t |
| 35 | diff --git a/src/test/regress/sql/sysviews.sql b/src/test/regress/sql/sysviews.sql | ||
| 36 | index b24816e..72ff887 100644 | ||
| 32 | --- a/src/test/regress/sql/sysviews.sql | 37 | --- a/src/test/regress/sql/sysviews.sql |
| 33 | +++ b/src/test/regress/sql/sysviews.sql | 38 | +++ b/src/test/regress/sql/sysviews.sql |
| 34 | @@ -18,7 +18,7 @@ select name, ident, parent, level, total | 39 | @@ -18,7 +18,7 @@ select name, ident, parent, level, total_bytes >= free_bytes |
| 35 | from pg_backend_memory_contexts where level = 0; | 40 | from pg_backend_memory_contexts where level = 0; |
| 36 | 41 | ||
| 37 | -- At introduction, pg_config had 23 entries; it may grow | 42 | -- At introduction, pg_config had 23 entries; it may grow |
