Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 289a6c2

Browse files
za-arthurdinama
authored andcommitted
Issue #61: Fix 32-bit result for array test
1 parent 277014f commit 289a6c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/rumsort.c

+5
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ TRACE_POSTGRESQL_SORT_START(INT1, INT2, INT3, INT4, INT5)
5757
* Below are copied definitions from src/backend/utils/sort/tuplesort.c.
5858
*/
5959

60+
/* GUC variables */
61+
#ifdef TRACE_SORT
62+
bool trace_sort = false;
63+
#endif
64+
6065
typedef struct
6166
{
6267
void *tuple; /* the tuple proper */

0 commit comments

Comments
 (0)