github.com/jackc/pgx/v4.dbTx.savepointNum (field)

4 uses

	github.com/jackc/pgx/v4 (current package)
		tx.go#L170: 	savepointNum int64
		tx.go#L180: 	tx.savepointNum++
		tx.go#L181: 	_, err := tx.conn.Exec(ctx, "savepoint sp_"+strconv.FormatInt(tx.savepointNum, 10))
		tx.go#L186: 	return &dbSavepoint{tx: tx, savepointNum: tx.savepointNum}, nil