I have just applied a patch to 7.3 and current CVS to properly allocate
an sprintf string in dbmirror:

        fullyqualtblname = SPI_palloc(strlen(tblname) + 
                          strlen(schemaname) + 6);
        sprintf(fullyqualtblname,"\"%s\".\"%s\"",
            schemaname,tblname);

Old code had 4 instead of 6.  Tatsuo found this bug.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [EMAIL PROTECTED]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Reply via email to