Skip to content

Commit fdc02f8

Browse files
committed
Remove bogus use of int4out().
1 parent 3ce5c6f commit fdc02f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/odbc/info.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,8 +1009,8 @@ mylog("%s: entering...stmt=%u\n", func, stmt);
10091009

10101010
/* filter out large objects unconditionally (they are not system tables) and match users */
10111011
strcat(tables_query, " and relname !~ '^xinv[0-9]+'");
1012-
strcat(tables_query, " and int4out(usesysid) = int4out(relowner)");
1013-
strcat(tables_query, "order by relname");
1012+
strcat(tables_query, " and usesysid = relowner");
1013+
strcat(tables_query, " order by relname");
10141014

10151015
/* ********************************************************************** */
10161016

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy