Skip to content

Commit d2bd3a7

Browse files
committed
add deleted private back
1 parent 03c3985 commit d2bd3a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/storage/postgres_transaction.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ class PostgresTransaction : public Transaction {
4545
AccessMode access_mode;
4646
string temporary_schema;
4747

48+
private:
4849
//! Retrieves the connection **without** starting a transaction if none is active
4950
PostgresConnection &GetConnectionRaw();
5051
};

0 commit comments

Comments
 (0)