Skip to content

Commit c1c0900

Browse files
committed
1 parent 03a42c9 commit c1c0900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/gist/gist.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ static void gistprunepage(Relation rel, Page page, Buffer buffer,
4343

4444

4545
#define ROTATEDIST(d) do { \
46-
SplitPageLayout *tmp=(SplitPageLayout*)palloc0(sizeof(SplitPageLayout)); \
46+
SplitPageLayout *tmp = (SplitPageLayout *) palloc0(sizeof(SplitPageLayout)); \
4747
tmp->block.blkno = InvalidBlockNumber; \
4848
tmp->buffer = InvalidBuffer; \
4949
tmp->next = (d); \

0 commit comments

Comments
 (0)