github.com/jackc/pgx/v4/stdlib.wrapTx.Commit (method)

one use

	github.com/jackc/pgx/v4/stdlib (current package)
		sql.go#L738: func (wtx wrapTx) Commit() error { return wtx.tx.Commit(wtx.ctx) }