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 8804bdc commit d47e10bCopy full SHA for d47e10b
src/include/utils/rel.h
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $Id: rel.h,v 1.46 2001/06/01 02:41:36 tgl Exp $
+ * $Id: rel.h,v 1.47 2001/06/19 05:11:50 tgl Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -199,7 +199,7 @@ typedef Relation *RelationPtr;
199
#define RelationGetRelationName(relation) \
200
(\
201
(strncmp(RelationGetPhysicalRelationName(relation), \
202
- "pg_temp.", 8) != 0) \
+ "pg_temp", 7) != 0) \
203
? \
204
RelationGetPhysicalRelationName(relation) \
205
: \
0 commit comments