Skip to content

Commit

Permalink
types: remove pg_lsn from postgresPredefinedTypeIssues
Browse files Browse the repository at this point in the history
This patch removes pg_lsn from the list of predefined types in
postgres that aren't yet supported, since it can now be parsed.

Informs cockroachdb#105130

Release note: None
  • Loading branch information
DrewKimball committed Oct 5, 2023
1 parent 6b08842 commit 34d4b7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/sql/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -2947,7 +2947,6 @@ var postgresPredefinedTypeIssues = map[string]int{
"macaddr8": 45813,
"money": 41578,
"path": 21286,
"pg_lsn": -1,
"txid_snapshot": -1,
"xml": 43355,
}
Expand Down

0 comments on commit 34d4b7d

Please sign in to comment.