From 756c6f1838122bf3b51d5a664262b1a2ad19d3cb Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 13 Aug 2014 02:44:59 +0100 Subject: [PATCH] Scrape PostgreSQL 9.4 error codes table too No new error code found as of 9.4 beta2. --- scripts/make_errorcodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make_errorcodes.py b/scripts/make_errorcodes.py index 4da063ef..8a8d54df 100755 --- a/scripts/make_errorcodes.py +++ b/scripts/make_errorcodes.py @@ -32,7 +32,7 @@ def main(): file_start = read_base_file(filename) classes, errors = fetch_errors( - ['8.1', '8.2', '8.3', '8.4', '9.0', '9.1', '9.2', '9.3']) + ['8.1', '8.2', '8.3', '8.4', '9.0', '9.1', '9.2', '9.3', '9.4']) f = open(filename, "w") for line in file_start: