mirror of
https://github.com/postgres/postgres.git
synced 2025-08-25 20:23:07 +03:00
Re-run pgindent, fixing a problem where comment lines after a blank
comment line where output as too long, and update typedefs for /lib directory. Also fix case where identifiers were used as variable names in the backend, but as typedefs in ecpg (favor the backend for indenting). Backpatch to 8.1.X.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/catalog/namespace.c,v 1.79 2005/10/15 02:49:14 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/catalog/namespace.c,v 1.80 2005/11/22 18:17:08 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -958,10 +958,11 @@ OpclassGetCandidates(Oid amid)
|
||||
* something we already accepted? If so, keep only the one that
|
||||
* appears earlier in the search path.
|
||||
*
|
||||
* If we have an ordered list from SearchSysCacheList (the normal case),
|
||||
* then any conflicting opclass must immediately adjoin this one in
|
||||
* the list, so we only need to look at the newest result item. If we
|
||||
* have an unordered list, we have to scan the whole result list.
|
||||
* If we have an ordered list from SearchSysCacheList (the normal
|
||||
* case), then any conflicting opclass must immediately adjoin this
|
||||
* one in the list, so we only need to look at the newest result item.
|
||||
* If we have an unordered list, we have to scan the whole result
|
||||
* list.
|
||||
*/
|
||||
if (resultList)
|
||||
{
|
||||
|
Reference in New Issue
Block a user