Skip to content
Snippets Groups Projects
Commit 17d93832 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update regression for new patches. Bump up catversion.

parent f9e23827
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* $Id: catversion.h,v 1.164 2002/11/08 17:27:03 momjian Exp $ * $Id: catversion.h,v 1.165 2002/11/23 18:13:22 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -53,6 +53,6 @@ ...@@ -53,6 +53,6 @@
*/ */
/* yyyymmddN */ /* yyyymmddN */
#define CATALOG_VERSION_NO 200211081 #define CATALOG_VERSION_NO 200211231
#endif #endif
...@@ -299,7 +299,7 @@ NOTICE: trigger_func() called: action = UPDATE, when = AFTER, level = STATEMENT ...@@ -299,7 +299,7 @@ NOTICE: trigger_func() called: action = UPDATE, when = AFTER, level = STATEMENT
COPY main_table (a, b) FROM stdin; COPY main_table (a, b) FROM stdin;
NOTICE: trigger_func() called: action = INSERT, when = BEFORE, level = STATEMENT NOTICE: trigger_func() called: action = INSERT, when = BEFORE, level = STATEMENT
NOTICE: trigger_func() called: action = INSERT, when = AFTER, level = STATEMENT NOTICE: trigger_func() called: action = INSERT, when = AFTER, level = STATEMENT
SELECT * FROM main_table ORDER BY a; SELECT * FROM main_table ORDER BY a, b;
a | b a | b
----+---- ----+----
6 | 10 6 | 10
......
...@@ -247,4 +247,4 @@ COPY main_table (a, b) FROM stdin; ...@@ -247,4 +247,4 @@ COPY main_table (a, b) FROM stdin;
50 60 50 60
\. \.
SELECT * FROM main_table ORDER BY a; SELECT * FROM main_table ORDER BY a, b;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment