Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

backend

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Vadim B. Mikheev authored
        fd = FileNameOpenFile(path, O_RDWR|O_CREAT|O_EXCL, 0600);
    
        /*
         *  If the file already exists and is empty, we pretend that the
         *  create succeeded.  During bootstrap processing, we skip that check,
         *  because pg_time, pg_variable, and pg_log get created before their
         *  .bki file entries are processed.
         *
    >    *  As the result of this pretence it was possible to have in
    >    *  pg_class > 1 records with the same relname. Actually, it
    >    *  should be fixed in upper levels, too, but... -  vadim 05/06/97
    >    */
    13f41aa9
    History