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 fe28069 commit 9b1384dCopy full SHA for 9b1384d
src/bin/pgbench/pgbench.c
@@ -3728,16 +3728,6 @@ initDropTables(PGconn *con)
3728
static void
3729
initCreateTables(PGconn *con)
3730
{
3731
- /*
3732
- * The scale factor at/beyond which 32-bit integers are insufficient for
3733
- * storing TPC-B account IDs.
3734
- *
3735
- * Although the actual threshold is 21474, we use 20000 because it is
3736
- * easier to document and remember, and isn't that far away from the real
3737
- * threshold.
3738
- */
3739
-#define SCALE_32BIT_THRESHOLD 20000
3740
-
3741
/*
3742
* Note: TPC-B requires at least 100 bytes per row, and the "filler"
3743
* fields in these table declarations were intended to comply with that.
0 commit comments