Skip to content

Commit 8cdc7ca

Browse files
committed
Revert "[Issue #252] additional debug messages"
This reverts commit 2002573.
1 parent 56e0933 commit 8cdc7ca

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/datapagemap.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include "postgres_fe.h"
1414

1515
#include "datapagemap.h"
16-
#include "utils/logger.h"
1716

1817
struct datapagemap_iterator
1918
{
@@ -62,9 +61,6 @@ datapagemap_add(datapagemap_t *map, BlockNumber blkno)
6261
map->bitmapsize = newsize;
6362
}
6463

65-
if (map->bitmapsize > 16384)
66-
elog(WARNING, "Bitmapsize: %u", map->bitmapsize);
67-
6864
/* Set the bit */
6965
map->bitmap[offset] |= (1 << bitno);
7066
}

0 commit comments

Comments
 (0)