We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aefdd8 commit 6477108Copy full SHA for 6477108
src/PostgresError.ts
@@ -455,8 +455,6 @@ export enum PostgresError {
455
UNDEFINED_FILE = '58P01',
456
/** Class 58 - System Error (errors external to PostgreSQL itself): [E] duplicate_file */
457
DUPLICATE_FILE = '58P02',
458
- /** Class 72 - Snapshot Failure: [E] snapshot_too_old */
459
- SNAPSHOT_TOO_OLD = '72000',
460
/** Class F0 - Configuration File Error: [E] config_file_error */
461
CONFIG_FILE_ERROR = 'F0000',
462
/** Class F0 - Configuration File Error: [E] lock_file_exists */
0 commit comments