Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit17d9383

Browse files
committed
Update regression for new patches. Bump up catversion.
1 parentf9e2382 commit17d9383

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-
#defineCATALOG_VERSION_NO200211081
56+
#defineCATALOG_VERSION_NO200211231
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
5060
248248
\.
249249

250-
SELECT*FROM main_tableORDER BY a;
250+
SELECT*FROM main_tableORDER BY a, b;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp