Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9b1384d

Browse files
committed
Remove duplicate macro
The original commit appears to have accidentally introduced aduplicate definition. Keep only one of them.
1 parentfe28069 commit9b1384d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

‎src/bin/pgbench/pgbench.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3728,16 +3728,6 @@ initDropTables(PGconn *con)
37283728
staticvoid
37293729
initCreateTables(PGconn*con)
37303730
{
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-
#defineSCALE_32BIT_THRESHOLD 20000
3740-
37413731
/*
37423732
* Note: TPC-B requires at least 100 bytes per row, and the "filler"
37433733
* fields in these table declarations were intended to comply with that.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp