8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a253dcd commit 2de404eCopy full SHA for 2de404e
src/interfaces/libpq/fe-exec.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.77 1999/03/14 18:12:21 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.78 1999/04/04 20:10:12 tgl Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -106,7 +106,7 @@ static int getNotice(PGconn *conn);
106
107
108
#define PGRESULT_DATA_BLOCKSIZE 2048
109
-#define PGRESULT_ALIGN_BOUNDARY 16 /* 8 is probably enough, really */
+#define PGRESULT_ALIGN_BOUNDARY MAXIMUM_ALIGNOF /* from configure */
110
#define PGRESULT_SEP_ALLOC_THRESHOLD (PGRESULT_DATA_BLOCKSIZE / 2)
111
112
0 commit comments