components-contrib/state/postgresql
deepanshuagarwal a0ef46265b
Adding Pinger interface and Removing mandatory nature of Ping fuction (#1784)
* add `Pinger` interface.

Signed-off-by: chanyong.moon <dev.chanyongmoon@gmail.com>

* Convert Ping fuction to optional

Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>

* Removing unrequired Ping implementations

Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>

* Addressing comments

Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>

Co-authored-by: chanyong.moon <dev.chanyongmoon@gmail.com>
2022-06-14 08:27:54 -07:00
..
dbaccess.go Fix ordering in transaction API for PostgreSQL (#1524) 2022-03-08 21:46:32 -08:00
postgresdbaccess.go Add postgresql certification test + connection idle time (#1778) 2022-06-10 11:07:26 -07:00
postgresdbaccess_test.go Fix ordering in transaction API for PostgreSQL (#1524) 2022-03-08 21:46:32 -08:00
postgresql.go Adding Pinger interface and Removing mandatory nature of Ping fuction (#1784) 2022-06-14 08:27:54 -07:00
postgresql_integration_test.go Use revive instead of golint (#1685) 2022-05-06 12:55:17 -07:00
postgresql_query.go state store query API: remove preceding '.' in key names (#1500) 2022-02-11 15:00:43 -08:00
postgresql_query_test.go update conformance tests (#1492) 2022-02-09 17:58:48 -08:00
postgresql_test.go Fix ordering in transaction API for PostgreSQL (#1524) 2022-03-08 21:46:32 -08:00