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

Commitb0dfe8e

Browse files
committed
Define FREE(x) as pfree.
1 parent5f893a1 commitb0dfe8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/utils/psort.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: psort.h,v 1.2 1996/11/04 11:51:23 scrappy Exp $
9+
* $Id: psort.h,v 1.3 1997/05/20 11:37:33 vadim Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -19,7 +19,7 @@
1919
#defineSORTMEM(1 << 18)/* 1/4 M - any static memory */
2020
#defineMAXTAPES7/* 7--See Fig. 70, p273 */
2121
#defineTAPEEXT"pg_psort.XXXXXX"/* TEMPDIR/TAPEEXT */
22-
#defineFREE(x)free((char *) x)
22+
#defineFREE(x)pfree((char *) x)
2323

2424
structtape {
2525
inttp_dummy;/* (D) */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp