mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove duplicate macro
The original commit appears to have accidentally introduced a duplicate definition. Keep only one of them.
This commit is contained in:
@ -3728,16 +3728,6 @@ initDropTables(PGconn *con)
|
|||||||
static void
|
static void
|
||||||
initCreateTables(PGconn *con)
|
initCreateTables(PGconn *con)
|
||||||
{
|
{
|
||||||
/*
|
|
||||||
* The scale factor at/beyond which 32-bit integers are insufficient for
|
|
||||||
* storing TPC-B account IDs.
|
|
||||||
*
|
|
||||||
* Although the actual threshold is 21474, we use 20000 because it is
|
|
||||||
* easier to document and remember, and isn't that far away from the real
|
|
||||||
* threshold.
|
|
||||||
*/
|
|
||||||
#define SCALE_32BIT_THRESHOLD 20000
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Note: TPC-B requires at least 100 bytes per row, and the "filler"
|
* Note: TPC-B requires at least 100 bytes per row, and the "filler"
|
||||||
* fields in these table declarations were intended to comply with that.
|
* fields in these table declarations were intended to comply with that.
|
||||||
|
Reference in New Issue
Block a user