From 9b1854f16e27f8db237d44266fd598f8d605d4aa Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 5 Jan 2007 22:43:17 +0000
Subject: [PATCH] Update ecpg regresison output for new library version number.

---
 src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c   | 2 +-
 src/interfaces/ecpg/test/expected/compat_informix-dec_test.c    | 2 +-
 src/interfaces/ecpg/test/expected/compat_informix-rfmtdate.c    | 2 +-
 src/interfaces/ecpg/test/expected/compat_informix-rfmtlong.c    | 2 +-
 src/interfaces/ecpg/test/expected/compat_informix-rnull.c       | 2 +-
 .../ecpg/test/expected/compat_informix-test_informix.c          | 2 +-
 .../ecpg/test/expected/compat_informix-test_informix2.c         | 2 +-
 src/interfaces/ecpg/test/expected/connect-test1.c               | 2 +-
 src/interfaces/ecpg/test/expected/connect-test2.c               | 2 +-
 src/interfaces/ecpg/test/expected/connect-test3.c               | 2 +-
 src/interfaces/ecpg/test/expected/connect-test4.c               | 2 +-
 src/interfaces/ecpg/test/expected/connect-test5.c               | 2 +-
 src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.c          | 2 +-
 src/interfaces/ecpg/test/expected/pgtypeslib-dt_test2.c         | 2 +-
 src/interfaces/ecpg/test/expected/pgtypeslib-num_test.c         | 2 +-
 src/interfaces/ecpg/test/expected/pgtypeslib-num_test2.c        | 2 +-
 src/interfaces/ecpg/test/expected/preproc-comment.c             | 2 +-
 src/interfaces/ecpg/test/expected/preproc-define.c              | 2 +-
 src/interfaces/ecpg/test/expected/preproc-init.c                | 2 +-
 src/interfaces/ecpg/test/expected/preproc-type.c                | 2 +-
 src/interfaces/ecpg/test/expected/preproc-variable.c            | 2 +-
 src/interfaces/ecpg/test/expected/preproc-whenever.c            | 2 +-
 src/interfaces/ecpg/test/expected/sql-array.c                   | 2 +-
 src/interfaces/ecpg/test/expected/sql-binary.c                  | 2 +-
 src/interfaces/ecpg/test/expected/sql-code100.c                 | 2 +-
 src/interfaces/ecpg/test/expected/sql-copystdout.c              | 2 +-
 src/interfaces/ecpg/test/expected/sql-define.c                  | 2 +-
 src/interfaces/ecpg/test/expected/sql-desc.c                    | 2 +-
 src/interfaces/ecpg/test/expected/sql-dynalloc.c                | 2 +-
 src/interfaces/ecpg/test/expected/sql-dynalloc2.c               | 2 +-
 src/interfaces/ecpg/test/expected/sql-dyntest.c                 | 2 +-
 src/interfaces/ecpg/test/expected/sql-execute.c                 | 2 +-
 src/interfaces/ecpg/test/expected/sql-fetch.c                   | 2 +-
 src/interfaces/ecpg/test/expected/sql-func.c                    | 2 +-
 src/interfaces/ecpg/test/expected/sql-indicators.c              | 2 +-
 src/interfaces/ecpg/test/expected/sql-quote.c                   | 2 +-
 src/interfaces/ecpg/test/expected/sql-show.c                    | 2 +-
 src/interfaces/ecpg/test/expected/sql-update.c                  | 2 +-
 src/interfaces/ecpg/test/expected/thread-thread.c               | 2 +-
 src/interfaces/ecpg/test/expected/thread-thread_implicit.c      | 2 +-
 40 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c b/src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c
index eddd580e542..fdb04ef7cf1 100644
--- a/src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c
+++ b/src/interfaces/ecpg/test/expected/compat_informix-charfuncs.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/compat_informix-dec_test.c b/src/interfaces/ecpg/test/expected/compat_informix-dec_test.c
index a130aa17c90..deb914d41ae 100644
--- a/src/interfaces/ecpg/test/expected/compat_informix-dec_test.c
+++ b/src/interfaces/ecpg/test/expected/compat_informix-dec_test.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/compat_informix-rfmtdate.c b/src/interfaces/ecpg/test/expected/compat_informix-rfmtdate.c
index 49de0b660b1..96be750c8fc 100644
--- a/src/interfaces/ecpg/test/expected/compat_informix-rfmtdate.c
+++ b/src/interfaces/ecpg/test/expected/compat_informix-rfmtdate.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/compat_informix-rfmtlong.c b/src/interfaces/ecpg/test/expected/compat_informix-rfmtlong.c
index d000054abb7..5bb8dd366b9 100644
--- a/src/interfaces/ecpg/test/expected/compat_informix-rfmtlong.c
+++ b/src/interfaces/ecpg/test/expected/compat_informix-rfmtlong.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/compat_informix-rnull.c b/src/interfaces/ecpg/test/expected/compat_informix-rnull.c
index c1c70df083a..a59d2fc587c 100644
--- a/src/interfaces/ecpg/test/expected/compat_informix-rnull.c
+++ b/src/interfaces/ecpg/test/expected/compat_informix-rnull.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/compat_informix-test_informix.c b/src/interfaces/ecpg/test/expected/compat_informix-test_informix.c
index dd58262d681..db077e022cf 100644
--- a/src/interfaces/ecpg/test/expected/compat_informix-test_informix.c
+++ b/src/interfaces/ecpg/test/expected/compat_informix-test_informix.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/compat_informix-test_informix2.c b/src/interfaces/ecpg/test/expected/compat_informix-test_informix2.c
index 979c08ff390..84ae29fb328 100644
--- a/src/interfaces/ecpg/test/expected/compat_informix-test_informix2.c
+++ b/src/interfaces/ecpg/test/expected/compat_informix-test_informix2.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/connect-test1.c b/src/interfaces/ecpg/test/expected/connect-test1.c
index 86f3d8d1d37..46c37d7d383 100644
--- a/src/interfaces/ecpg/test/expected/connect-test1.c
+++ b/src/interfaces/ecpg/test/expected/connect-test1.c
@@ -1,7 +1,7 @@
 
 THE PORT NUMBER MIGHT HAVE BEEN CHANGED BY THE REGRESSION SCRIPT
 
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/connect-test2.c b/src/interfaces/ecpg/test/expected/connect-test2.c
index ce18b08bf89..3ada4a6c710 100644
--- a/src/interfaces/ecpg/test/expected/connect-test2.c
+++ b/src/interfaces/ecpg/test/expected/connect-test2.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/connect-test3.c b/src/interfaces/ecpg/test/expected/connect-test3.c
index 5e4451a4c57..edef7343b7a 100644
--- a/src/interfaces/ecpg/test/expected/connect-test3.c
+++ b/src/interfaces/ecpg/test/expected/connect-test3.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/connect-test4.c b/src/interfaces/ecpg/test/expected/connect-test4.c
index ba15660f336..89f27691d4c 100644
--- a/src/interfaces/ecpg/test/expected/connect-test4.c
+++ b/src/interfaces/ecpg/test/expected/connect-test4.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/connect-test5.c b/src/interfaces/ecpg/test/expected/connect-test5.c
index 6075aacf13c..aa326833a31 100644
--- a/src/interfaces/ecpg/test/expected/connect-test5.c
+++ b/src/interfaces/ecpg/test/expected/connect-test5.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.c b/src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.c
index ccd7815b83a..a18399e2095 100644
--- a/src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.c
+++ b/src/interfaces/ecpg/test/expected/pgtypeslib-dt_test.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/pgtypeslib-dt_test2.c b/src/interfaces/ecpg/test/expected/pgtypeslib-dt_test2.c
index 655a7373a98..a0e11f7f938 100644
--- a/src/interfaces/ecpg/test/expected/pgtypeslib-dt_test2.c
+++ b/src/interfaces/ecpg/test/expected/pgtypeslib-dt_test2.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/pgtypeslib-num_test.c b/src/interfaces/ecpg/test/expected/pgtypeslib-num_test.c
index f4b9964a16c..05c4f846f84 100644
--- a/src/interfaces/ecpg/test/expected/pgtypeslib-num_test.c
+++ b/src/interfaces/ecpg/test/expected/pgtypeslib-num_test.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/pgtypeslib-num_test2.c b/src/interfaces/ecpg/test/expected/pgtypeslib-num_test2.c
index 9db09e71889..df5b241157e 100644
--- a/src/interfaces/ecpg/test/expected/pgtypeslib-num_test2.c
+++ b/src/interfaces/ecpg/test/expected/pgtypeslib-num_test2.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/preproc-comment.c b/src/interfaces/ecpg/test/expected/preproc-comment.c
index 23e81708eee..d27ea4981c5 100644
--- a/src/interfaces/ecpg/test/expected/preproc-comment.c
+++ b/src/interfaces/ecpg/test/expected/preproc-comment.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/preproc-define.c b/src/interfaces/ecpg/test/expected/preproc-define.c
index 4c4caa7295c..eb49e1b8d52 100644
--- a/src/interfaces/ecpg/test/expected/preproc-define.c
+++ b/src/interfaces/ecpg/test/expected/preproc-define.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/preproc-init.c b/src/interfaces/ecpg/test/expected/preproc-init.c
index 0d085b140dd..031604cf19e 100644
--- a/src/interfaces/ecpg/test/expected/preproc-init.c
+++ b/src/interfaces/ecpg/test/expected/preproc-init.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/preproc-type.c b/src/interfaces/ecpg/test/expected/preproc-type.c
index 20e937188c1..714530bb5c4 100644
--- a/src/interfaces/ecpg/test/expected/preproc-type.c
+++ b/src/interfaces/ecpg/test/expected/preproc-type.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/preproc-variable.c b/src/interfaces/ecpg/test/expected/preproc-variable.c
index 37819927477..370b78231f7 100644
--- a/src/interfaces/ecpg/test/expected/preproc-variable.c
+++ b/src/interfaces/ecpg/test/expected/preproc-variable.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/preproc-whenever.c b/src/interfaces/ecpg/test/expected/preproc-whenever.c
index 79983ce2f3d..a4ac8ca38b8 100644
--- a/src/interfaces/ecpg/test/expected/preproc-whenever.c
+++ b/src/interfaces/ecpg/test/expected/preproc-whenever.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/sql-array.c b/src/interfaces/ecpg/test/expected/sql-array.c
index 87ec88f985a..95f0e717cc0 100644
--- a/src/interfaces/ecpg/test/expected/sql-array.c
+++ b/src/interfaces/ecpg/test/expected/sql-array.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/sql-binary.c b/src/interfaces/ecpg/test/expected/sql-binary.c
index deb0220d44f..68dfcd6d624 100644
--- a/src/interfaces/ecpg/test/expected/sql-binary.c
+++ b/src/interfaces/ecpg/test/expected/sql-binary.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/sql-code100.c b/src/interfaces/ecpg/test/expected/sql-code100.c
index 2365a27e4e9..b7c4be7eee4 100644
--- a/src/interfaces/ecpg/test/expected/sql-code100.c
+++ b/src/interfaces/ecpg/test/expected/sql-code100.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/sql-copystdout.c b/src/interfaces/ecpg/test/expected/sql-copystdout.c
index f77fe1d2bd0..cbe309bce79 100644
--- a/src/interfaces/ecpg/test/expected/sql-copystdout.c
+++ b/src/interfaces/ecpg/test/expected/sql-copystdout.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/sql-define.c b/src/interfaces/ecpg/test/expected/sql-define.c
index 985cd1dfc29..56e7c0e1aac 100644
--- a/src/interfaces/ecpg/test/expected/sql-define.c
+++ b/src/interfaces/ecpg/test/expected/sql-define.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/sql-desc.c b/src/interfaces/ecpg/test/expected/sql-desc.c
index d1c776fca1d..6bfa8fbf5ee 100644
--- a/src/interfaces/ecpg/test/expected/sql-desc.c
+++ b/src/interfaces/ecpg/test/expected/sql-desc.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/sql-dynalloc.c b/src/interfaces/ecpg/test/expected/sql-dynalloc.c
index 9cf471bea73..5713d3b1045 100644
--- a/src/interfaces/ecpg/test/expected/sql-dynalloc.c
+++ b/src/interfaces/ecpg/test/expected/sql-dynalloc.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/sql-dynalloc2.c b/src/interfaces/ecpg/test/expected/sql-dynalloc2.c
index aa5e47a9d93..349411c05bb 100644
--- a/src/interfaces/ecpg/test/expected/sql-dynalloc2.c
+++ b/src/interfaces/ecpg/test/expected/sql-dynalloc2.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/sql-dyntest.c b/src/interfaces/ecpg/test/expected/sql-dyntest.c
index d9400385992..e0815290d59 100644
--- a/src/interfaces/ecpg/test/expected/sql-dyntest.c
+++ b/src/interfaces/ecpg/test/expected/sql-dyntest.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/sql-execute.c b/src/interfaces/ecpg/test/expected/sql-execute.c
index 662f554f4ee..b3e66c4196a 100644
--- a/src/interfaces/ecpg/test/expected/sql-execute.c
+++ b/src/interfaces/ecpg/test/expected/sql-execute.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/sql-fetch.c b/src/interfaces/ecpg/test/expected/sql-fetch.c
index 2d6ff974262..8f68dd3bfe4 100644
--- a/src/interfaces/ecpg/test/expected/sql-fetch.c
+++ b/src/interfaces/ecpg/test/expected/sql-fetch.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/sql-func.c b/src/interfaces/ecpg/test/expected/sql-func.c
index 6f2c33d4752..791200cb73a 100644
--- a/src/interfaces/ecpg/test/expected/sql-func.c
+++ b/src/interfaces/ecpg/test/expected/sql-func.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/sql-indicators.c b/src/interfaces/ecpg/test/expected/sql-indicators.c
index d5a4c946683..8ff6598fd09 100644
--- a/src/interfaces/ecpg/test/expected/sql-indicators.c
+++ b/src/interfaces/ecpg/test/expected/sql-indicators.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/sql-quote.c b/src/interfaces/ecpg/test/expected/sql-quote.c
index 5bb9ab005ac..d4a37f309fd 100644
--- a/src/interfaces/ecpg/test/expected/sql-quote.c
+++ b/src/interfaces/ecpg/test/expected/sql-quote.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/sql-show.c b/src/interfaces/ecpg/test/expected/sql-show.c
index 541ed73afb5..3f28af544cf 100644
--- a/src/interfaces/ecpg/test/expected/sql-show.c
+++ b/src/interfaces/ecpg/test/expected/sql-show.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/sql-update.c b/src/interfaces/ecpg/test/expected/sql-update.c
index 833b96f06b6..e52cc40c910 100644
--- a/src/interfaces/ecpg/test/expected/sql-update.c
+++ b/src/interfaces/ecpg/test/expected/sql-update.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/thread-thread.c b/src/interfaces/ecpg/test/expected/thread-thread.c
index 7252349a87f..f676b858149 100644
--- a/src/interfaces/ecpg/test/expected/thread-thread.c
+++ b/src/interfaces/ecpg/test/expected/thread-thread.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
diff --git a/src/interfaces/ecpg/test/expected/thread-thread_implicit.c b/src/interfaces/ecpg/test/expected/thread-thread_implicit.c
index 5c2d70ea1ec..ca9bcfe8184 100644
--- a/src/interfaces/ecpg/test/expected/thread-thread_implicit.c
+++ b/src/interfaces/ecpg/test/expected/thread-thread_implicit.c
@@ -1,4 +1,4 @@
-/* Processed by ecpg (4.2.1) */
+/* Processed by ecpg (4.3.1) */
 /* These include files are added by the preprocessor */
 #include <ecpgtype.h>
 #include <ecpglib.h>
-- 
GitLab