Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 07bb04b

Browse files
Trophies added
1 parent a929534 commit 07bb04b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,17 @@ result = (complex_short *) malloc(sizeof(complex_short) * result_size);
411411
memcpy((void*) result, (void*) &vec[0], sizeof(complex_short) * result_size);
412412
```
413413

414+
## Trophies
415+
416+
### PostgreSQL
417+
418+
* [BUG #18214](https://www.postgresql.org/message-id/flat/18214-891f77caa80a35cc%40postgresql.org):
419+
`poly_contain` (`@>`) hangs forever for input data with zeros and infinities in
420+
PosrgreSQL 14-16
421+
* [BUG #17962](https://www.postgresql.org/message-id/17962-4f00b6f26724858d%40postgresql.org): PostgreSQL 11 hangs on `poly_contain` (`@>`) with specific data
422+
423+
424+
414425
## Further reading
415426

416427
1. Read examples. They are in `examples` directory.

0 commit comments

Comments
 (0)