File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
*
22
22
*
23
23
* IDENTIFICATION
24
- * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.65 1998/03/14 21:57:22 momjian Exp $
24
+ * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.66 1998/03/16 05:41:39 momjian Exp $
25
25
*
26
26
* Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
27
27
*
@@ -1856,7 +1856,7 @@ getIndices(int *numIndices)
1856
1856
* find all the user-defined indices. We do not handle partial
1857
1857
* indices.
1858
1858
*
1859
- * skip 'Xinx *' - indices on inversion objects
1859
+ * skip 'xinx *' - indices on inversion objects
1860
1860
*
1861
1861
* this is a 4-way join !!
1862
1862
*/
@@ -1877,7 +1877,7 @@ getIndices(int *numIndices)
1877
1877
"from pg_index i, pg_class t1, pg_class t2, pg_am a "
1878
1878
"where t1.oid = i.indexrelid and t2.oid = i.indrelid "
1879
1879
"and t1.relam = a.oid and i.indexrelid > '%d'::oid "
1880
- "and t2.relname !~ '^pg_' and t1.relname !~ '^Xinx '" ,
1880
+ "and t2.relname !~ '^pg_' and t1.relname !~ '^xinx '" ,
1881
1881
g_last_builtin_oid );
1882
1882
1883
1883
res = PQexec (g_conn , query );
You can’t perform that action at this time.
0 commit comments