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

Commit18adbd9

Browse files
committed
Reverse out Thomas's group clause change.
1 parentbbd5c21 commit18adbd9

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

‎src/backend/nodes/copyfuncs.c

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/nodes/copyfuncs.c,v 1.24 1997/12/23 21:38:25 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/nodes/copyfuncs.c,v 1.25 1997/12/23 21:49:03 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1481,19 +1481,6 @@ _copySortClause(SortClause *from)
14811481
returnnewnode;
14821482
}
14831483

1484-
#ifFALSE
1485-
staticGroupClause*
1486-
_copyGroupClause(GroupClause*from)
1487-
{
1488-
GroupClause*newnode=makeNode(GroupClause);
1489-
1490-
Node_Copy(from,newnode,resdom);
1491-
newnode->opoid=from->opoid;
1492-
1493-
returnnewnode;
1494-
}
1495-
#endif
1496-
14971484
staticA_Const*
14981485
_copyAConst(A_Const*from)
14991486
{
@@ -1794,11 +1781,6 @@ copyObject(void *from)
17941781
caseT_SortClause:
17951782
retval=_copySortClause(from);
17961783
break;
1797-
#ifFALSE
1798-
caseT_GroupClause:
1799-
retval=_copyGroupClause(from);
1800-
break;
1801-
#endif
18021784
caseT_A_Const:
18031785
retval=_copyAConst(from);
18041786
break;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp