forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitef88638
committed
Rename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE.
As noted inhttp://bugs.debian.org/763098 there is a conflict betweenpostgres' definition of CACHE_LINE_SIZE and the definition by various*bsd platforms. It's debatable who has the right to define such aname, but postgres' use was only introduced in375d852 (9.4), soit seems like a good idea to rename it.Discussion: 20140930195756.GC27407@msg.df7cb.dePer complaint of Christoph Berg in the above email, although he's notthe original bug reporter.Backpatch to 9.4 where the define was introduced.1 parent8492d86 commitef88638
2 files changed
+3
-3
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
409 | 409 |
| |
410 | 410 |
| |
411 | 411 |
| |
412 |
| - | |
| 412 | + | |
413 | 413 |
| |
414 | 414 |
| |
415 | 415 |
| |
| |||
436 | 436 |
| |
437 | 437 |
| |
438 | 438 |
| |
439 |
| - | |
| 439 | + | |
440 | 440 |
| |
441 | 441 |
| |
442 | 442 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
241 |
| - | |
| 241 | + | |
242 | 242 |
| |
243 | 243 |
| |
244 | 244 |
| |
|
0 commit comments
Comments
(0)