Skip to content

Commit

Permalink
Allocation is not worth
Browse files Browse the repository at this point in the history
Revert this part of commit 94f2e70.
Windows complains about it.
  • Loading branch information
Euler Taveira committed Aug 25, 2019
1 parent ef7015a commit b404d15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ libpqrcv_processTuples(PGresult *pgres, WalRcvExecResult *walres,
/* Process returned rows. */
for (tupn = 0; tupn < walres->ntuples; tupn++)
{
char *cstrs[nfields];
char *cstrs[MaxTupleAttributeNumber];

ProcessWalRcvInterrupts();

Expand Down

0 comments on commit b404d15

Please sign in to comment.