Skip to content

Commit

Permalink
postgres: Update error message filter tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
anse1 committed Apr 7, 2018
1 parent 35fbda0 commit 294772f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions known.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ ERROR: cannot accumulate empty arrays
ERROR: cannot accumulate null arrays
ERROR: cannot assign TransactionIds during recovery
ERROR: cannot cast type name to anyarray
ERROR: cannot cast type point to anyarray
ERROR: cannot cast type text to anyarray
ERROR: cannot cast type text to anyenum
ERROR: cannot cast type text to anyrange
Expand Down Expand Up @@ -151,6 +152,7 @@ ERROR: cannot subtract infinite timestamps
ERROR: cannot take logarithm of a negative number
ERROR: cannot take logarithm of zero
ERROR: cannot take square root of a negative number
ERROR: cannot take square root of a negative-valued unit
ERROR: cannot use "PR" and "S"/"PL"/"MI"/"SG" together
ERROR: cannot use "S" and "MI" together
ERROR: cannot use "S" and "PL" together
Expand Down Expand Up @@ -603,8 +605,11 @@ ERROR: weight out of range
ERROR: wrong limit, should be between 0 and 1
ERROR: wrong number of array subscripts
ERROR: zero raised to a negative power is undefined
Line style is ascii.
Pager usage is off.
RIGHT and FULL OUTER JOINs are not currently supported
Some PX error (not specified)
^ERROR: cannot take cube root of a unit
attempt to write a readonly database
database is locked
near "(": syntax error
Expand Down
15 changes: 15 additions & 0 deletions known_re.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Line style is ascii.
Pager usage is off.
\\nCONTEXT: PL/pgSQL function tg_backlink_set
\\nCONTEXT: PL/pgSQL function tg_iface_biu
\\nCONTEXT: PL/pgSQL function tg_pslot_biu
Expand All @@ -23,6 +25,7 @@
^ERROR: NUMERIC precision \\d+ must be between \\d+ and \\d+
^ERROR: Patchfield "[^"]*" does not exist
^ERROR: Room .* does not exist
^ERROR: Syntax error near
^ERROR: \\d+ is outside the valid range for parameter
^ERROR: argument list must have even number of elements
^ERROR: array size exceeds the maximum allowed
Expand All @@ -41,6 +44,8 @@
^ERROR: cannot compare dissimilar column types
^ERROR: cannot insert into column "[^"]+" of view
^ERROR: cannot retrieve commit timestamp for transaction
^ERROR: cannot take cube root of a unit with
^ERROR: cannot take square root of a unit with odd
^ERROR: collations are not supported by type "
^ERROR: column ".*" of relation ".*" does not exist
^ERROR: column .* is of type .*\\[\\].* but expression is of type .*\\[\\]
Expand All @@ -50,6 +55,8 @@
^ERROR: column.*int8alias
^ERROR: column.*test_type
^ERROR: conflicting key value violates exclusion constraint
^ERROR: conflicting values for.* field in formatting string
^ERROR: conflicting values for.* field in formatting string:
^ERROR: connection .* not available
^ERROR: could not create file "pg_snapshots.*Cannot allocate memory
^ERROR: could not find array type for data type
Expand All @@ -59,8 +66,10 @@
^ERROR: could not identify an equality operator for type
^ERROR: could not identify an ordering operator for type
^ERROR: could not open relation with OID (\\d+)
^ERROR: could not perform block dump because dump file is being used by PID
^ERROR: could not read symbolic link ".*": No such file or directory
^ERROR: cross-database references are not implemented
^ERROR: cube index [0-9]+ is out of bounds
^ERROR: currval of sequence "[^"]+" is not yet defined in this session
^ERROR: database .* does not exist
^ERROR: date field value out of range:
Expand Down Expand Up @@ -130,6 +139,7 @@
^ERROR: permission denied
^ERROR: relation ".*" does not exist
^ERROR: relation .*does not exists
^ERROR: replication slot ".*" already exists
^ERROR: requested character too large for encoding
^ERROR: role .* does not exist
^ERROR: row is too big:
Expand All @@ -140,6 +150,7 @@
^ERROR: source string too short for "
^ERROR: stack depth limit exceeded.*"infinite_recurse"
^ERROR: string is not a valid identifier:
^ERROR: string is too long for tsvector
^ERROR: syntax error at or near
^ERROR: syntax error in tsquery:
^ERROR: syntax error in tsvector: "
Expand All @@ -157,10 +168,12 @@
^ERROR: type ".*" does not exist
^ERROR: type .* is not a domain
^ERROR: type \\d+ is not a range type
^ERROR: unit ".*" is not known
^ERROR: unrecognized configuration parameter
^ERROR: unrecognized conversion type specifier
^ERROR: unrecognized encoding:
^ERROR: unrecognized format\\(\\) type specifier
^ERROR: unrecognized headline parameter:
^ERROR: unrecognized interval typmod
^ERROR: unrecognized key word:
^ERROR: unrecognized object class:
Expand All @@ -179,10 +192,12 @@
^ERROR: value for domain [^ ]+ violates check constraint
^ERROR: value too long for type character
^ERROR: word is too long "
^ERROR: word is too long in tsquery
^ERROR: wrong position info in tsvector: "
^ERROR: .*is not a valid binary digit
^ERROR: .*is not a valid encoding name
^ERROR:.*type tab1
^FATAL: the database system is shutting down
^NOT NULL constraint failed:
^UNIQUE constraint failed:
^cannot take square root of a unit with odd

0 comments on commit 294772f

Please sign in to comment.