You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ A PostgreSQL extension that provides retry functionality for SQL statements on t
10
10
11
11
## ⚠️ Caution
12
12
13
-
**This is an exploration library.**
13
+
**This is an exploration library. If you still want to use it, I want you to know that you are welcome.**
14
14
15
-
I am not expecting contributions at this time, as this project serves as a personal exploration of PostgreSQL internals and extension development. However, comments and discussions are welcome.
15
+
I'm not expecting any contributions at this time, because this project is a personal exploration of PostgreSQL internals and extension development. However, comments and discussions are welcome.
16
16
17
17
This library intentionally violates a fundamental computer science principle: **making engineers explicitly aware of errors and failures**. By automatically retrying failed operations, it abstracts away transient errors that might contain valuable debugging information or indicate deeper systemic issues.
0 commit comments