mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Remove a couple of comments from the pg_lsn regression test.
Previously, one of these was a negative test case, but that got changed along the way and the comments didn't get the memo. Michael Paquier
This commit is contained in:
parent
bb4eefe7bf
commit
bb818b53d4
@ -52,13 +52,13 @@ SELECT '0/16AE7F8' > pg_lsn '0/16AE7F7';
|
||||
t
|
||||
(1 row)
|
||||
|
||||
SELECT '0/16AE7F7'::pg_lsn - '0/16AE7F8'::pg_lsn; -- No negative results
|
||||
SELECT '0/16AE7F7'::pg_lsn - '0/16AE7F8'::pg_lsn;
|
||||
?column?
|
||||
----------
|
||||
-1
|
||||
(1 row)
|
||||
|
||||
SELECT '0/16AE7F8'::pg_lsn - '0/16AE7F7'::pg_lsn; -- correct
|
||||
SELECT '0/16AE7F8'::pg_lsn - '0/16AE7F7'::pg_lsn;
|
||||
?column?
|
||||
----------
|
||||
1
|
||||
|
@ -21,5 +21,5 @@ SELECT '0/16AE7F8' = '0/16AE7F8'::pg_lsn;
|
||||
SELECT '0/16AE7F8'::pg_lsn != '0/16AE7F7';
|
||||
SELECT '0/16AE7F7' < '0/16AE7F8'::pg_lsn;
|
||||
SELECT '0/16AE7F8' > pg_lsn '0/16AE7F7';
|
||||
SELECT '0/16AE7F7'::pg_lsn - '0/16AE7F8'::pg_lsn; -- No negative results
|
||||
SELECT '0/16AE7F8'::pg_lsn - '0/16AE7F7'::pg_lsn; -- correct
|
||||
SELECT '0/16AE7F7'::pg_lsn - '0/16AE7F8'::pg_lsn;
|
||||
SELECT '0/16AE7F8'::pg_lsn - '0/16AE7F7'::pg_lsn;
|
||||
|
Loading…
x
Reference in New Issue
Block a user