Skip to content

Commit

Permalink
Update FDW version to 0.2.3:
Browse files Browse the repository at this point in the history
* Add null checking for result of qualFromNullTest.
* Add support for CIDROID type when converting Postgres datums to qual values.
  • Loading branch information
kaidaguerre committed Sep 10, 2021
1 parent 5886832 commit e1b9fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
// constants for installing db and fdw images
const (
DatabaseVersion = "12.1.0"
FdwVersion = "0.2.2"
FdwVersion = "0.2.3"

// DefaultEmbeddedPostgresImage :: The 12.1.0 image uses the older jar format 12.1.0-v2 is the same version of postgres,
// just packaged as gzipped tar files (consistent with oras, faster to unzip). Once everyone is
Expand Down

0 comments on commit e1b9fcb

Please sign in to comment.