Skip to content

Commit

Permalink
Add note about address resolution in Ruby to History.rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis authored Feb 16, 2022
1 parent 1cfc50c commit a2aa591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion History.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ API Enhancements:
- Run Connection.ping in a second thread.
- Make discard_results scheduler friendly
- Do all socket waiting through the conn.socket_io object.
- Avoid PG.connect blocking while address resolution by automatically providing the +hostaddr+ parameter.
- Avoid PG.connect blocking while address resolution by automatically providing the +hostaddr+ parameter and resolving in Ruby instead of libpq.
- On Windows Fiber.scheduler support requires Ruby-3.1+.
It is also only partly usable since may ruby IO methods are not yet scheduler aware on Windows.
- Add support for pipeline mode of PostgreSQL-14. #401
Expand Down

0 comments on commit a2aa591

Please sign in to comment.