Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#30193 closed Bug (fixed)

Changes to PostgreSQL ensure_timezone caused unnecessary roundtrips to the database on connection initialization.

Reported by: Simon Charette Owned by: nobody
Component: Database layer (models, ORM) Version: 2.2
Severity: Release blocker Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Change History (4)

comment:1 by Simon Charette, 5 years ago

Has patch: set

comment:2 by Carlton Gibson, 5 years ago

Triage Stage: AcceptedReady for checkin

comment:3 by Carlton Gibson <carlton.gibson@…>, 5 years ago

Resolution: fixed
Status: assignedclosed

In 7071f8f2:

Fixed #30193, Refs #28478 -- Avoided PostgreSQL connection health checks on initialization.

This addressed a regression introduced by a96b9019320ed8236659ee520a7a017c1bafbc6f as identified by Ran Benita.

comment:4 by Carlton Gibson <carlton.gibson@…>, 5 years ago

In 7f25344c:

[2.2.x] Fixed #30193, Refs #28478 -- Avoided PostgreSQL connection health checks on initialization.

This addressed a regression introduced by a96b9019320ed8236659ee520a7a017c1bafbc6f as identified by Ran Benita.
Backport of 7071f8f2729295b0da77b6c651966dc32c71f1ab from master

Note: See TracTickets for help on using tickets.
Back to Top