Bug #178
new heartbeat features misses support for postgres
| Status: | Closed | Start: | 05/21/2009 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | Andreas Unterkircher | % Done: | 100% |
|
| Category: | internals | Spent time: | 0.25 hours | |
| Target version: | 0.5.1 | |||
Description
heartbeat (#115) stuff is currently just added for MySQL. PostgreSQL support is missing
Associated revisions
Revision 7ec5e634d78ebc0df5940b6523e346d5e5a8d8bc
- PostgreSQL fixes
- missing set/clear action subroutines added for postgres
- postgres doesn't need to run the optimize routine
assuming autovacuum isn't disabled
- postgres was missing heartbeat table -- added in the
sql schema
- extended the shadow_transport column from 128 to 255
chars -- was
- running into issues with too long fields trying to be
inserted
- fix heartbeat feature - PostgreSQL doesn't support a
REPLACE SQL function, fixes#178
Signed-off-by: Mark Felder <felderado@gmail.com>
History
Updated by Mark Felder 987 days ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset 7ec5e634d78ebc0df5940b6523e346d5e5a8d8bc.
Updated by Andreas Unterkircher 987 days ago
- Status changed from Resolved to Closed