forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Informs cockroachdb#105130 Release note: None
- Loading branch information
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
# LogicTest: local-mixed-22.2-23.1 | ||
# TODO(otan): add tests for mixed 23.1-23.2. | ||
|
||
query T | ||
SELECT '1010F/AAAA'::pg_lsn | ||
---- | ||
1010F/AAAA | ||
statement error must be finalized to use pg_lsn | ||
SELECT '1010F/AAAA'::text::pg_lsn | ||
|
||
statement error pg_lsn not supported until version 23.2 | ||
CREATE TABLE pg_lsn_table(id pg_lsn, val pg_lsn) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters