brin_citation_footnote.diff
application/octet-stream
Filename: brin_citation_footnote.diff
Type: application/octet-stream
Part: 0
Message:
Fix C4819 warning in MSVC
Patch
Format: unified
| File | + | − |
|---|---|---|
| src/backend/access/brin/brin_bloom.c | 1 | 1 |
diff --git a/src/backend/access/brin/brin_bloom.c b/src/backend/access/brin/brin_bloom.c index 2c8a20aaca..09b8d04a46 100644 --- a/src/backend/access/brin/brin_bloom.c +++ b/src/backend/access/brin/brin_bloom.c @@ -49,7 +49,7 @@ * We use a scheme requiring only two functions described in this paper: * * Less Hashing, Same Performance:Building a Better Bloom Filter - * Adam Kirsch, Michael Mitzenmacher†, Harvard School of Engineering and + * Adam Kirsch, Michael Mitzenmacher, Harvard School of Engineering and * Applied Sciences, Cambridge, Massachusetts [DOI 10.1002/rsa.20208] * * The two hash functions h1 and h2 are calculated using hard-coded seeds,