1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-07 19:06:32 +03:00

Fix for \do and ceil()/float.

This commit is contained in:
Bruce Momjian
1999-07-07 16:09:33 +00:00
parent e9c977da7d
commit db15dc05ad
2 changed files with 4 additions and 3 deletions

View File

@@ -8,11 +8,12 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/util/plancat.c,v 1.30 1999/05/25 16:09:59 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/util/plancat.c,v 1.31 1999/07/07 16:09:33 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include <stdio.h>
#include <math.h>
#include "postgres.h"
#include "access/heapam.h"