Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017e4f2 commit 707576bCopy full SHA for 707576b
src/backend/commands/publicationcmds.c
@@ -525,7 +525,7 @@ OpenTableList(List *tables)
525
myrelid = RelationGetRelid(rel);
526
/*
527
* filter out duplicates when user specifies "foo, foo"
528
- * Note that this algorithm is know to not be very effective (O(N^2))
+ * Note that this algorithm is known to not be very efficient (O(N^2))
529
* but given that it only works on list of tables given to us by user
530
* it's deemed acceptable.
531
*/
0 commit comments