Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4f58f commit ee467c3Copy full SHA for ee467c3
src/bin/pg_dump/pg_dump_sort.c
@@ -9,7 +9,7 @@
9
*
10
11
* IDENTIFICATION
12
- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump_sort.c,v 1.8 2004/12/31 22:03:09 pgsql Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump_sort.c,v 1.9 2005/02/03 23:38:58 tgl Exp $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -30,7 +30,7 @@ static const int oldObjectTypePriority[] =
30
1, /* DO_NAMESPACE */
31
2, /* DO_TYPE */
32
2, /* DO_FUNC */
33
- 2, /* DO_AGG */
+ 3, /* DO_AGG */
34
3, /* DO_OPERATOR */
35
4, /* DO_OPCLASS */
36
5, /* DO_CONVERSION */
0 commit comments