Skip to content

Instantly share code, notes, and snippets.

View beeender's full-sized avatar
🤡

Chen Mulong beeender

🤡
View GitHub Profile

MPP FDW

CREATE SERVER server_name [ TYPE 'server_type' ] [ VERSION 'server_version' ]
    FOREIGN DATA WRAPPER fdw_name
    [ OPTIONS ( option 'value' [, ... ] ) ]
type Conn struct {
dbconn *dbconn.DBConn
}
type ConnPair struct {
src *Conn
dest *Conn
}
type ConnInfo struct {