Thread

  1. Göran Uddeborg <goeran@uddeborg.pp.se> — 1999-07-02T22:18:56Z

    ============================================================================
                            POSTGRESQL BUG REPORT TEMPLATE
    ============================================================================
    
    
    Your name		: Göran Uddeborg
    Your email address	: goeran@uddeborg.pp.se
    
    
    System Configuration
    ---------------------
      Architecture (example: Intel Pentium)  	: AMD K6
    
      Operating System (example: Linux 2.0.26 ELF) 	: Linux 2.2.5
    
      PostgreSQL version (example: PostgreSQL-6.4.2)  :   PostgreSQL-6.4.2
    
      Compiler used (example:  gcc 2.8.0)		: egcs 1.1.2
    
    
    Please enter a FULL description of your problem:
    ------------------------------------------------
    In the documentation directory "postgres", the file arch.htm refers to
    a picture clientserver.gif, but the picture isn't included in the
    directory.
    
    
    Please describe a way to repeat the problem.   Please try to provide a
    concise reproducible example, if at all possible: 
    ----------------------------------------------------------------------
    Look at the file arch.htm in an unpacked postgres directory.  The
    picture isn't shown.
    
    
    If you know how this problem might be fixed, list the solution below:
    ---------------------------------------------------------------------
    Should be simple enough.  I don't have "jade" to verify this, but a
    simple fix like this can't be wrong! :-)
    
    
    *** Makefile.old        Fri Jul  2 22:30:16 1999
    --- Makefile    Fri Jul  2 22:30:22 1999
    ***************
    *** 53,59 ****
      postgres.tar:
            $(MAKE) -C sgml clean
            $(MAKE) -C sgml postgres.html
    !       (cd sgml; $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm -C ../graphics catalogs.gif connections.gif layout.gif)
      
      programmer.tar:
            $(MAKE) -C sgml clean
    --- 53,59 ----
      postgres.tar:
            $(MAKE) -C sgml clean
            $(MAKE) -C sgml postgres.html
    !       (cd sgml; $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm -C ../graphics catalogs.gif clientserver.gif connections.gif layout.gif)
      
      programmer.tar:
            $(MAKE) -C sgml clean