Fix 'd ' should be 'd'.

REL6_4
Bruce Momjian 27 years ago
parent 823c393b9f
commit 4166f73997
  1. 3
      src/backend/storage/large_object/inv_api.c
  2. 2
      src/include/catalog/pg_attribute.h

@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/large_object/inv_api.c,v 1.35 1998/08/20 22:24:11 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/large_object/inv_api.c,v 1.36 1998/08/27 01:04:22 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -497,7 +497,6 @@ inv_read(LargeObjectDesc *obj_desc, char *buf, int nbytes)
obj_desc->offset += ncopy;
}
/* that's it */
return (nread);
}

@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: pg_attribute.h,v 1.39 1998/08/26 17:12:11 momjian Exp $
* $Id: pg_attribute.h,v 1.40 1998/08/27 01:04:23 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki

Loading…
Cancel
Save