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 73f5c9d commit db58ee5Copy full SHA for db58ee5
src/backend/commands/proclang.c
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1994, Regents of the University of California
8
*
9
* IDENTIFICATION
10
- * $PostgreSQL: pgsql/src/backend/commands/proclang.c,v 1.56 2004/12/31 21:59:41 pgsql Exp $
+ * $PostgreSQL: pgsql/src/backend/commands/proclang.c,v 1.57 2005/02/14 06:17:44 tgl Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -246,7 +246,7 @@ RenameLanguage(const char *oldname, const char *newname)
246
HeapTuple tup;
247
Relation rel;
248
249
- rel = heap_openr(ShadowRelationName, RowExclusiveLock);
+ rel = heap_openr(LanguageRelationName, RowExclusiveLock);
250
251
tup = SearchSysCacheCopy(LANGNAME,
252
CStringGetDatum(oldname),
0 commit comments