mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Remove "Non-functional update" notices since that message has been
disabled (commented-out) in the code.
This commit is contained in:
parent
c42926f10b
commit
c3a32d7595
@ -6,14 +6,10 @@ QUERY: UPDATE tmp
|
|||||||
SET stringu1 = reverse_name(onek.stringu1)
|
SET stringu1 = reverse_name(onek.stringu1)
|
||||||
WHERE onek.stringu1 = 'JBAAAA' and
|
WHERE onek.stringu1 = 'JBAAAA' and
|
||||||
onek.stringu1 = tmp.stringu1;
|
onek.stringu1 = tmp.stringu1;
|
||||||
NOTICE: Non-functional update, only first update is performed
|
|
||||||
NOTICE: Non-functional update, only first update is performed
|
|
||||||
QUERY: UPDATE tmp
|
QUERY: UPDATE tmp
|
||||||
SET stringu1 = reverse_name(onek2.stringu1)
|
SET stringu1 = reverse_name(onek2.stringu1)
|
||||||
WHERE onek2.stringu1 = 'JCAAAA' and
|
WHERE onek2.stringu1 = 'JCAAAA' and
|
||||||
onek2.stringu1 = tmp.stringu1;
|
onek2.stringu1 = tmp.stringu1;
|
||||||
NOTICE: Non-functional update, only first update is performed
|
|
||||||
NOTICE: Non-functional update, only first update is performed
|
|
||||||
QUERY: DROP TABLE tmp;
|
QUERY: DROP TABLE tmp;
|
||||||
QUERY: COPY onek TO '_OBJWD_/results/onek.data';
|
QUERY: COPY onek TO '_OBJWD_/results/onek.data';
|
||||||
QUERY: DELETE FROM onek;
|
QUERY: DELETE FROM onek;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user