Skip to content

Commit 17d9383

Browse files
committed
Update regression for new patches. Bump up catversion.
1 parent f9e2382 commit 17d9383

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/include/catalog/catversion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
3838
* Portions Copyright (c) 1994, Regents of the University of California
3939
*
40-
* $Id: catversion.h,v 1.164 2002/11/08 17:27:03 momjian Exp $
40+
* $Id: catversion.h,v 1.165 2002/11/23 18:13:22 momjian Exp $
4141
*
4242
*-------------------------------------------------------------------------
4343
*/
@@ -53,6 +53,6 @@
5353
*/
5454

5555
/* yyyymmddN */
56-
#define CATALOG_VERSION_NO 200211081
56+
#define CATALOG_VERSION_NO 200211231
5757

5858
#endif

src/test/regress/expected/triggers.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ NOTICE: trigger_func() called: action = UPDATE, when = AFTER, level = STATEMENT
299299
COPY main_table (a, b) FROM stdin;
300300
NOTICE: trigger_func() called: action = INSERT, when = BEFORE, level = STATEMENT
301301
NOTICE: trigger_func() called: action = INSERT, when = AFTER, level = STATEMENT
302-
SELECT * FROM main_table ORDER BY a;
302+
SELECT * FROM main_table ORDER BY a, b;
303303
a | b
304304
----+----
305305
6 | 10

src/test/regress/sql/triggers.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,4 @@ COPY main_table (a, b) FROM stdin;
247247
50 60
248248
\.
249249

250-
SELECT * FROM main_table ORDER BY a;
250+
SELECT * FROM main_table ORDER BY a, b;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy