forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf78319f
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 parent721a8bb commitf78319f
2 files changed
+3
-3
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
408 | 408 |
| |
409 | 409 |
| |
410 | 410 |
| |
411 |
| - | |
| 411 | + | |
412 | 412 |
| |
413 | 413 |
| |
414 | 414 |
| |
| |||
435 | 435 |
| |
436 | 436 |
| |
437 | 437 |
| |
438 |
| - | |
| 438 | + | |
439 | 439 |
| |
440 | 440 |
| |
441 | 441 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
219 |
| - | |
| 219 | + | |
220 | 220 |
| |
221 | 221 |
| |
222 | 222 |
| |
|
0 commit comments
Comments
(0)