/rtmp/diff

text/x-diff

Filename: /rtmp/diff
Type: text/x-diff
Part: 0
Message: Re: [COMMITTERS] pgsql: Add PGFILEDESC description to Makefiles for all /contrib

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: context
File+
src/backend/Makefile 2 1
Index: src/backend/Makefile
===================================================================
RCS file: /cvsroot/pgsql/src/backend/Makefile,v
retrieving revision 1.142
diff -c -c -r1.142 Makefile
*** src/backend/Makefile	12 May 2010 11:33:09 -0000	1.142
--- src/backend/Makefile	12 May 2010 21:41:14 -0000
***************
*** 10,16 ****
  #-------------------------------------------------------------------------
  
  PGFILEDESC = "PostgreSQL Server"
! PGAPPICON=win32
  
  subdir = src/backend
  top_builddir = ../..
--- 10,17 ----
  #-------------------------------------------------------------------------
  
  PGFILEDESC = "PostgreSQL Server"
! # it is unclear that this should be labeled as an executable
! #PGAPPICON=win32
  
  subdir = src/backend
  top_builddir = ../..