onemoredata / bagger

Massive log storage in PostgreSQL
BSD 2-Clause "Simplified" License
12 stars 1 forks source link

Remove extra routines when PGObject::Type::DateTime supports infinites #40

Closed einhverfr closed 10 months ago

einhverfr commented 11 months ago

Right now, infinity support is supported in Bagger::Type::DateTime, but this could be delegated to PGObject::Type::DateTime once pgobject/PGObject-Type-DateTime#14 is merged. This would allow removal of some code.

einhverfr commented 11 months ago

Coding work has been done. Ready to file PR as soon as PGObject::Type::DateTime 2.1.0 is released.