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

Commitee467c3

Browse files
committed
Fix minor thinko in logic to set dump order when dumping from a pre-7.3
database: aggregates should be dumped in the same pass as operators,not in the same pass as functions.
1 parentcc4f58f commitee467c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pg_dump/pg_dump_sort.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump_sort.c,v 1.8 2004/12/31 22:03:09 pgsql Exp $
12+
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump_sort.c,v 1.9 2005/02/03 23:38:58 tgl Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -30,7 +30,7 @@ static const int oldObjectTypePriority[] =
3030
1,/* DO_NAMESPACE */
3131
2,/* DO_TYPE */
3232
2,/* DO_FUNC */
33-
2,/* DO_AGG */
33+
3,/* DO_AGG */
3434
3,/* DO_OPERATOR */
3535
4,/* DO_OPCLASS */
3636
5,/* DO_CONVERSION */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp