github.com/jackc/pgx/v5.Tx.Commit (method)

3 uses

	github.com/jackc/pgx/v5 (current package)
		tx.go#L130: 	Commit(ctx context.Context) error
		tx.go#L441: 	return tx.Commit(ctx)

	github.com/jackc/pgx/v5/pgxpool
		tx.go#L26: 	err := tx.t.Commit(ctx)