Skip to content

Commit 6477108

Browse files
feat(sync): remove SNAPSHOT_TOO_OLD (72000) (#508)
See: postgres/postgres@f691f5b BREAKING CHANGE: This removes an enum constant, and could possibly break code that uses it.
1 parent 7aefdd8 commit 6477108

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/PostgresError.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,6 @@ export enum PostgresError {
455455
UNDEFINED_FILE = '58P01',
456456
/** Class 58 - System Error (errors external to PostgreSQL itself): [E] duplicate_file */
457457
DUPLICATE_FILE = '58P02',
458-
/** Class 72 - Snapshot Failure: [E] snapshot_too_old */
459-
SNAPSHOT_TOO_OLD = '72000',
460458
/** Class F0 - Configuration File Error: [E] config_file_error */
461459
CONFIG_FILE_ERROR = 'F0000',
462460
/** Class F0 - Configuration File Error: [E] lock_file_exists */

0 commit comments

Comments
 (0)