|
7 | 7 | * |
8 | 8 | * |
9 | 9 | * 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 $ |
11 | 11 | * |
12 | 12 | *------------------------------------------------------------------------- |
13 | 13 | */ |
@@ -106,7 +106,7 @@ static intgetNotice(PGconn *conn); |
106 | 106 | */ |
107 | 107 |
|
108 | 108 | #definePGRESULT_DATA_BLOCKSIZE2048 |
109 | | -#definePGRESULT_ALIGN_BOUNDARY16/*8 is probably enough, really */ |
| 109 | +#definePGRESULT_ALIGN_BOUNDARYMAXIMUM_ALIGNOF/*from configure */ |
110 | 110 | #definePGRESULT_SEP_ALLOC_THRESHOLD(PGRESULT_DATA_BLOCKSIZE / 2) |
111 | 111 |
|
112 | 112 |
|
|