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

Commit2de404e

Browse files
committed
Use MAXALIGN value found by configure instead of a
hardwired assumption.
1 parenta253dcd commit2de404e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/libpq/fe-exec.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.77 1999/03/14 18:12:21 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.78 1999/04/04 20:10:12 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -106,7 +106,7 @@ static intgetNotice(PGconn *conn);
106106
*/
107107

108108
#definePGRESULT_DATA_BLOCKSIZE2048
109-
#definePGRESULT_ALIGN_BOUNDARY16/*8 is probably enough, really */
109+
#definePGRESULT_ALIGN_BOUNDARYMAXIMUM_ALIGNOF/*from configure */
110110
#definePGRESULT_SEP_ALLOC_THRESHOLD(PGRESULT_DATA_BLOCKSIZE / 2)
111111

112112

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp